Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Equip some tool or use something in map to make script active for example dump weight
- local function R()
- local args = {
- [1] = {
- [1] = "Active"
- }
- }
- game:GetService("ReplicatedStorage").ModuleScript.Control.BenchPressControl.RemoteEvent:FireServer(unpack(args))
- end
- while true do
- R()
- wait(0.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment