11-05-2021

  1. Escape Obbys Roblox

+ Free Roblox Games Christmas Kogama Parkour: Escape the Coronavirus Parkour: Boys vs. Girls Roblox: Hello Neighbor Kogama City Oh yeah! Parkour Roblox: The floor is lava Kogama: Game of Colors Rainbow parkour Parkour Professional Kogama Kogama: 30 Parkour Levels Kogama: Parkour 4 Teams Marshmello Parkour Kogama: Climb up the Flag Roblox Paint Dark parkour Wipe Out Kogama Dungeon run Kogama. Roblox is ushering in the next generation of entertainment. Imagine, create, and play together with millions of players across an infinite variety of immersive, user-generated 3D worlds. How to Get Free Stuff on Roblox. Do you want more stuff for Roblox without having to buy Robux? There are plenty of items in the catalog you can get for free. This wikiHow teaches you how to find free items in the Robux catalog.

Free
Mar 25th, 2020

Escape Obbys Roblox

Free Santa Obby Roblox
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Check out my other script(Lag Test 2020 Script roblox pastabin)
  2. -- Tierd of being called a noob becouse you cant finish the obby?
  3. -- I have your soultion :)
  4. -- You can also get speed (to walk faster)
  5. -- You can also get super jump (you can youst jump stages lol)
  6. local main_frame = Instance.new('Frame')
  7. local tp_l = Instance.new('TextButton')
  8. local jump = Instance.new('TextButton')
  9. main_frame.Parent = UI
  10. tp_l.Parent = main_frame
  11. jump.Parent = main_frame
  12. main_frame.Size = UDim2.new(0,211,0,209)
  13. main_frame.BackgroundColor3 = Vector3.new(255,0,0)
  14. title.Text ='Make your way to stage 1. Touch the checkpoint for this script to work'
  15. title.TextScaled =true
  16. title.Size = UDim2.new(0,211,0,50)
  17. tp_l.Text ='TP TO LAST STAGE!'
  18. tp_l.Position = UDim2.new(-0,0,0.272,0)
  19. tp_l.BackgroundColor3 = Vector3.new(255,42,42)
  20. tp_f.Text ='Tp stage 1'
  21. tp_f.Position = UDim2.new(0.692,0,0.54,0)
  22. tp_f.BackgroundColor3 = Vector3.new(255,42,42)
  23. jump.Text ='Jump'
  24. jump.BackgroundColor3 = Vector3.new(255,42,42)
  25. jump.Position = UDim2.new(0.341,0,0.54,0)
  26. speed.Text ='Speed'
  27. speed.Position = UDim2.new(-0,0,0.54,0)
  28. speed.BackgroundColor3 = Vector3.new(255,42,42)
  29. local fs = game.Workspace.Checkpoints['1']
  30. player.HumanoidRootPart.CFrame = CFrame.new(ls.Position)+ Vector3.new(0,3,0)
  31. tp_f.Activated:Connect(function()
  32. player.HumanoidRootPart.CFrame = CFrame.new(fs.Position)+ Vector3.new(0,3,0)
  33. jump.Activated:Connect(function()
  34. player.Humanoid.JumpPower =300-- YOU CAN CHANGE THIS :)
  35. speed.Activated:Connect(function()
  36. player.Humanoid.WalkSpeed =50-- YOU CAN CHANGE THIS :)
  37. player.HumanoidRootPart.CFrame = CFrame.new(ls.Position)+ Vector3.new(0,3,0)
  38. tp_f.Activated:Connect(function()
  39. player.HumanoidRootPart.CFrame = CFrame.new(fs.Position)+ Vector3.new(0,3,0)
  40. jump.Activated:Connect(function()
  41. player.Humanoid.JumpPower =1000-- YOU CAN CHANGE THIS :)
  42. speed.Activated:Connect(function()
  43. player.Humanoid.WalkSpeed =50-- YOU CAN CHANGE THIS :)
RAW Paste Data