The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
FE2 simple safespot script (annoy people) script pastebin roblox
By FE2 simple safespot script (annoy people) on 2024-09-23 08:00 am | Syntax: LUA | Views: 24



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. part = Instance.new("Part", workspace)
  2. part.Name = "safespot"
  3. part.Anchored = true
  4. part.Position = Vector3.new(0,120,0)
  5.  
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,122,0)



  • Recent Roblox Scripts