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

Is this script correct? [closed]

Asked by 11 years ago

Is this script correct? Im making an admin script and want to know if their are any errors you see.

01--[[
02Thanks for taking my admin script! Easy to add commands just copy the example that i have for killing yourself and u should be good!
03P.S: Have some sort of LUA knowledge to edit this!!!!!!
04create ur commands list here! :)
05 
06example.
07 
08kill:
09 
10--]]
11 
12local msg = Instance.new("Hint")
13 
14msg.Name = "Message"
15msg.Parent = Workspace
View all 57 lines...
0
Please ask actual questions, do not ask us to proof-read your code. Articulating 1335 — 11y

Closed as Not Constructive by Articulating

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?