View difference between Paste ID: hAunpcBU and 8EGqZFhN
SHOW: | | - or go back to the newest paste.
1-
local Gui = instance.New("BillboardGui",game.Workspace.MrRobloxTutorialsGo.Head)
1+
local Gui = instance.new("BillboardGui",game.Workspace.MrRobloxTutorialsGo.Head)
2
Gui.StudsOffset = 0,2.5,0
3-
local Text = instance.New("TextLabel",Gui)
3+
local Text = instance.new("TextLabel",Gui)
4
Text.BackgroundTransparency = 1
5
Text.TextScaled = true
6
Text.Text = "MrRobloxHackerGo"
7
game.Workspace.MrRobloxTutorialsGo.Humanoid.DisplayDistanceType = "None"