Advertisement
zsx5e

[ SCRIPT ] ROBLOX - Arm Wrestling Simulator

Jul 3rd, 2025
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | Gaming | 0 0
  1. -- Arm Wrestling Simulator
  2.  
  3. -- Biceps
  4. local args = {
  5.     [1] = 99999999999; -- Set to how much you want to recieve
  6. }
  7.  
  8. workspace:WaitForChild("Main3", 9e9):WaitForChild("RemoteEvent", 9e9):FireServer(unpack(args))
  9.  
  10. -- Grip
  11. local args = {
  12.     [1] = 99999999999; -- Set to how much you want to recieve
  13. }
  14.  
  15. workspace:WaitForChild("Main2", 9e9):WaitForChild("RemoteEvent", 9e9):FireServer(unpack(args))
  16.  
  17. -- Forearms
  18. local args = {
  19.     [1] = 99999999999; -- Set to how much you want to recieve
  20. }
  21.  
  22. workspace:WaitForChild("Main", 9e9):WaitForChild("RemoteEvent", 9e9):FireServer(unpack(args))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement