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

Is their any problem with the "nil" in this script?

Asked by 11 years ago

I am making a create your own admin commands script for a group and I need to know if any errors are noticed in this script. I am asking this because every time I run it the script returns an error at "nil".

01--[[
02 
03create ur commands list here! :)
04 
05example.
06 
07kill;
08 
09--]]
10 
11local msg = Instance.new("Hint")
12 
13msg.Name = "Message"
14msg.Parent = Workspace
15msg.Text = "Loading GOODCommands Script made by GoodkidMad"
View all 42 lines...

Also if you have any good admin command you would like me to add give me the small script below and or request it as a comment. Thanks for your help!

0
Their is no "nil" so their should be no problems. Hmmm Let me think. GoodkidMad 14 — 11y
0
It would be helpful if you provided the error you were getting. We would be able to help you interpret it. BlueTaslem 18071 — 11y

Answer this question