The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Smacking Simulator script pastebin roblox
By LINK GAME on 2024-09-19 08:00 am | Syntax: LUA | Views: 8



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  while wait() do
  2. local A_1 = "Double Jump 10x"
  3. local Event = game:GetService("ReplicatedStorage").Events.ClaimQuest
  4. Event:FireServer(A_1)
  5. wait()
  6. local Event = game:GetService("ReplicatedStorage").Events.DoubleJump
  7. Event:FireServer()
  8. end