Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(0.05)
- local id = 14731675668
- local ts = game:GetService("TeleportService")
- local players = game:GetService("Players")
- for i,p in pairs(players:GetChildren())
- do
- local cfame = p.Character.HumanoidRootPart.CFrame
- local part = Instance.new("Part")
- part.Parent = p.Character
- part.CFrame = cfame
- part.Transparency = 0
- part.Touched:Connect(function(T)
- local name = part.Parent.Name
- local player = players:FindFirstChild(name)
- ts:Teleport(id,player)
- end)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment