Advertisement
DrawingJhon

Untitled

Sep 13th, 2020
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. local Player = owner
  2. local PlrGui = owner:findFirstChildWhichIsA("PlayerGui")
  3. local Character = Player.Character or error("Not character found!")
  4. local RootPart = Character:findFirstChild("HumanoidRootPart")
  5.  
  6. local SGui = Instance.new("ScreenGui", PlrGui)
  7. local Main = Instance.new("Frame")
  8. local TextBox = Instance.new("TextBox")
  9. local TBDesc = Instance.new("TextLabel")
  10. local Button = Instance.new("TextButton")
  11. local Description = Instance.new("TextLabel")
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement