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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local plr = game.Players.LocalPlayer local pos = plr.Character.Head.Position  while wait() do for _,v in pairs(workspace.CandyStorage:GetDescendants()) do if v:IsA("Part") then     v.Position = pos end end end