actions module

This commit is contained in:
2024-02-26 03:37:27 -05:00
parent 666ffd2fcf
commit 5a4ac9ca03
10 changed files with 126 additions and 86 deletions

View File

@@ -5,7 +5,7 @@
local Flashlight = {}
Flashlight.__index = Flashlight
local Remote = Instance.new("RemoteEvent") :: RemoteEvent
local Remote = Instance.new("UnreliableRemoteEvent") :: UnreliableRemoteEvent
Remote.Name = "Flashlight"
Remote.Parent = _G.include(script, "CharacterShared")