Advertisement
yamanohera155233

Untitled

Jul 3rd, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. local P = Instance.new(Part,workspace)
  2. P.Name = 'SGP'
  3. P.CanCollide=false
  4. P.Locked=true
  5. P.Size.new(16.4, 10.2, 0.2)
  6.  
  7.  
  8. SurfGUIpos = game.Workspace.
  9. Instance.new('SurfaceGui', SurfGUIpos)
  10. SurfFramepos = game.Players.LocalPlayer.Character.Torso.SurfaceGui
  11.  
  12. local SurfFrame = Instance.new('Frame', SurfFramepos)
  13. SurfFrame.Size = UDim2.new(1,0,1,0)
  14. local SurfFrame2 = Instance.new('TextLabel',SurfFramepos)
  15. SurfFrame2.Size = UDim2.new(1,0,1,0)
  16. SurfFrame2.Text = 'LOL'
  17. SurfFrame2.TextScaled=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement