Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Arm Wrestling Simulator
- -- Biceps
- local args = {
- [1] = 99999999999; -- Set to how much you want to recieve
- }
- workspace:WaitForChild("Main3", 9e9):WaitForChild("RemoteEvent", 9e9):FireServer(unpack(args))
- -- Grip
- local args = {
- [1] = 99999999999; -- Set to how much you want to recieve
- }
- workspace:WaitForChild("Main2", 9e9):WaitForChild("RemoteEvent", 9e9):FireServer(unpack(args))
- -- Forearms
- local args = {
- [1] = 99999999999; -- Set to how much you want to recieve
- }
- workspace:WaitForChild("Main", 9e9):WaitForChild("RemoteEvent", 9e9):FireServer(unpack(args))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement