Advertisement
SirMeme

Untitled

Jan 19th, 2019
32,326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. THE GUI:
  2. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/milenium.txt',true))()
  3.  
  4.  
  5.  
  6. SOME OTHER SHIT:
  7. local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
  8. local path = game.Workspace
  9. for i,v in pairs(path:GetChildren()) do
  10. if v.ClassName == 'Model' and v:FindFirstChild("Humanoid") then
  11. plr.CFrame = v.HumanoidRootPart.CFrame
  12. end
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement