Advertisement
TsakaPremium

FakeCrimRespawn

Jul 3rd, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local mouse = game.Players.LocalPlayer:GetMouse()
  2.  
  3. mouse.KeyDown:connect(function(key)
  4. if key == 'x' then
  5. local Event = game:GetService("ReplicatedStorage").Events.DeathRespawn
  6. Event:InvokeServer()
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement