hellful

nothing to see here skids

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