The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Use the grab ability without cooldown script pastebin roblox
By Use the grab ability without cooldown on 2024-09-22 08:00 am | Syntax: LUA | Views: 8



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. game:GetService("ReplicatedStorage").Remotes.GrabAct:FireServer()
  4.  end
  5. end)



  • Recent Roblox Scripts