Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Problem while putting text into brackets()?

Asked by
dyon0 -37
8 years ago
Edited 8 years ago

Output is argument 1 missing or nil Its on line 46

01dot = false
02Player = game.Players.dyon0
03Character = Player.Character
04Billboard = Instance.new("BillboardGui")
05t = Instance.new("HopperBin")
06bb = Instance.new("BillboardGui",Character.Head)
07bb.Enabled = true
08bb.AlwaysOnTop = true
09bb.Size = UDim2.new(0,200,0,50)
10bb.StudsOffset = Vector3.new(0,1,0)
11gui=Instance.new("TextBox",bb)
12gui.Size = UDim2.new(0,200,0,50)
13gui.Position=UDim2.new(0,0,0,-48)
14gui.BackgroundColor3=Color3.new(255,255,255)
15gui.BorderSizePixel = 0
View all 57 lines...

U will need to execute in roblox and do Play 605319592

0
Because your variable "Asset" is empty. npott13 23 — 8y
0
No it's not. Async_io 908 — 8y
0
Please learn to properly indent and clean your code so that it's easier for debugging. Also, you'll need to add a few waitforchilds, as the guis and such are not loaded yet. Also you'll get an error on line 2 becauseif someone else joins, there is no dyon0. Async_io 908 — 8y
2
I usually downvote questions where the code is not indented. I've decided that I will now just give the asker a link and let you decide whether you want to fix it or not. I won't read or touched poorly formatted code. http://wiki.roblox.com/index.php?title=Writing_Clean_Code AZDev 590 — 8y

Answer this question