Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- meme = game:GetService("Players").LocalPlayer.Name
- game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
- if key == "f" then -- This is the hotkey change it if you want make sure you put in lower case. f is the default
- for i=1, 2 do
- game.Workspace[meme].HumanoidRootPart.CFrame = game.Workspace.Basketball.CFrame
- end
- end
- end)
Add Comment
Please, Sign In to add comment