The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
ANIME LEGENDS SIMULATOR (INF PLAYTIME COIN) script pastebin roblox
By ANIME LEGENDS SIMULATOR (INF PLAYTIME COIN) on 2024-09-18 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local plr = game:GetService("Players").LocalPlayer
  2. local runservice = game:GetService("RunService")
  3.  
  4. runservice.RenderStepped:Connect(function()
  5.    if plr.Character and plr.Character:WaitForChild("HumanoidRootPart") then
  6.     plr.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").NODOOR.CFrame
  7. end
  8. end)
  9. Click To Copy