Advertisement
Idkrandomthingyyyy

Silly guitar script

Aug 18th, 2023
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. local us = game:GetService("UserInputService")
  2.  
  3. us.InputBegan:Connect(function(key)
  4. if key.KeyCode == Enum.KeyCode.R then
  5. while wait() do
  6. while wait() do
  7. while wait() do
  8. while wait() do
  9. local args = {
  10. [1] = "KeyPressed",
  11. [2] = {
  12. ["Key"] = "F",
  13. ["Down"] = true
  14. }
  15. }
  16.  
  17. game:GetService("Players").LocalPlayer.Character.SillyGuitar.Folders.Remotes.ServerControl:InvokeServer(unpack(args))
  18. end
  19. end
  20. end
  21. end
  22. end
  23. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement