The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Be a Toy! script pastebin roblox
By LINK GAME on 2024-09-18 08:00 am | Syntax: LUA | Views: 15



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. while wait() do
  2. a = workspace.Map.Codes:GetChildren()
  3. for i=1,#a do v = a[i]
  4. if v.Back.Transparency ~= 1 then
  5. game.RunService.Heartbeat:Wait()
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  7. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  8. end
  9. end
  10. end