Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- lol
- -- i here
- -- I made way
- -- need new hallowen map " lord pumpkin "
- -- need execute script : https://pastebin.com/raw/HRiir9q8
- -- to go to the boss . To wait 1 - 3 minutes . to teleportals using a script to spawn and wait for the end boss . the end of the boss is teleport back to the chest and open it . here's the money
- -- Game: https://www.roblox.com/games/1053795291/Reason-2-Die-Remastered-v6-4
- -- Video: https://www.youtube.com/watch?v=T8KIwY17FhE&feature=youtube
- -- idea by kykyshka77734 v3rmillion
- -- Script tp tool by EncryptedSavage v3rmillion ( post " [Re-Release] Fe Scripts ")
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Click Teleport"
- tool.Activated:connect(function()
- local pos = mouse.Hit+Vector3.new(0,2.5,0)
- pos = CFrame.new(pos.X,pos.Y,pos.Z)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
Add Comment
Please, Sign In to add comment