Advertisement
Idkrandomthingyyyy

lol

Oct 14th, 2023 (edited)
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. local player = game.Players.LocalPlayer.Character.HumanoidRootPart
  2. local guitar = game.Workspace.SillySecret.TheGuitar
  3. local spawn = game.Workspace.Faktry.TextBoard.Part
  4.  
  5. local us = game:GetService("UserInputService")
  6.  
  7. us.InputBegan:Connect(function(key)
  8. if key.KeyCode == Enum.KeyCode.X then
  9. player.CFrame = guitar.CFrame
  10. end
  11. end)
  12.  
  13. local us = game:GetService("UserInputService")
  14.  
  15. us.InputBegan:Connect(function(key)
  16. if key.KeyCode == Enum.KeyCode.Y then
  17.  
  18. player.CFrame = spawn.CFrame
  19. end
  20. end)
  21.  
  22. local us = game:GetService("UserInputService")
  23.  
  24. us.InputBegan:Connect(function(key)
  25. if key.KeyCode == Enum.KeyCode.F then
  26. while wait() do
  27. while wait() do
  28. while wait() do
  29. while wait() do
  30. local args = {
  31. [1] = "KeyPressed",
  32. [2] = {
  33. ["Key"] = "F",
  34. ["Down"] = true
  35. }
  36. }
  37.  
  38. game:GetService("Players").LocalPlayer.Character.SillyGuitar.Folders.Remotes.ServerControl:InvokeServer(unpack(args))
  39. end
  40. end
  41. end
  42. end
  43. end
  44. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement