Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- Player = game.Players.LocalPlayer
- Character = Player.Character
- local GameId = 1180299113
- tool = Instance.new("Tool")
- tool.Name = "Click"
- tool.Parent = Player.Backpack
- handle = Instance.new("Part")
- handle.Name = "Handle"
- handle.Parent = tool
- tool.Activated:connect(function()
- game:GetService('TeleportService'):Teleport(GameId, Player)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement