The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Gain battery life (Sorta Godmode) script pastebin roblox
By Gain battery life (Sorta Godmode) on 2024-09-23 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
  2.  if key == "any button to bind it to here" then
  3. local args = {
  4.     [1] = -50
  5. }
  6.  
  7. game:GetService("ReplicatedStorage").Remotes.Ow:FireServer(unpack(args))
  8.  end
  9. end)



  • Recent Roblox Scripts