RobloxScripter133Hmm

For Me (Demo)

Oct 20th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local Gui = Instance.new("BillboardGui",game.Workspace.MrRobloxTutorialsGo.Head)
  2. Gui.StudsOffset = Vector3.new(0,2.5,0)
  3. Gui.Size = UDim2.new(0,200,0,50)
  4. local Text = Instance.new("TextLabel",Gui)
  5. Text.BackgroundTransparency = 1
  6. Text.TextScaled = true
  7. Text.Text = "MrRobloxHackerGo"
  8. Text.Size = UDim2.new(0,200,0,50)
  9. game.Workspace.MrRobloxTutorialsGo.Humanoid.DisplayDistanceType = "None"
Advertisement
Add Comment
Please, Sign In to add comment