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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. for i,v in pairs(game.Workspace.Tokens:GetDescendants()) do     if v.Name == "Neon" and "MeshPart" and "Decal" then         v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)     end end