Advertisement
x_zstd

Silly Simulator X to ragdoll (SUCKS)

Sep 4th, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | Source Code | 0 0
  1. local u = game:GetService("UserInputService")
  2.  
  3. u.InputBegan:Connect(function(input)
  4. if input.KeyCode == Enum.KeyCode.X then
  5. local args = {
  6. [1]="idiot"
  7. }
  8. game:GetService("Players").LocalPlayer.Character.OYS.ButtonPressed:FireServer(unpack(args))
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement