Advertisement
Guest User

nothing to see here skids

a guest
Jan 19th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. local oop = game.Players.LocalPlayer.PlayerGui:FindFirstChildOfClass("LocalScript"):clone()
  2. oop.Parent = game.Lighting
  3.  
  4.  
  5. game.Players.LocalPlayer.CharacterAdded:connect(function()
  6. local yeet = oop:clone()
  7. yeet.Parent = game.Players.LocalPlayer.PlayerGui
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement