Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HCBB TP to ball script.
- Made by *see you*
- kolderr/mar/photosynthesis
- local Teleport = true
- function TeleportToBall()
- if game.Workspace.PP:FindFirstChild("Ball") then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.PP:FindFirstChild("Ball").CFrame
- end
- end
- ----------------------------------------
- function LoadScript()
- if Teleport == true then
- TeleportToBall()
- end
- end
- ----------------------------------------
- function onKeyPress(inputObject, gameProcessedEvent)
- if inputObject.KeyCode == Enum.KeyCode.F then
- LoadScript()
- end
- end
- game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement