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

Whats wrong with this script? for my Gun game

Asked by 9 years ago
function if plyer KOS +1 give plyer next grade end
    grade = tool value ("1,2,3,4,5,6,7,8,9,10") -- These are the guns you can get so far
end

>

1 answer

Log in to vote
0
Answered by
Validark 1580 Snack Break Moderation Voter
9 years ago

Sorry but this script does not make any sense whatsoever. functions need to be created like so

function SupDude()


end
--and can be called by saying the following
SupDude()

Please see here for more information on that.

Also, you did not define what plyer or KOS is to the script. Look for a free model leaderboard and see what you can learn from it.

0
Whats SupDude? skylerroat 0 — 9y
Ad

Answer this question