Posts: 1,586
Threads: 85
Joined: Apr 2011
Reputation:
0
function TagCharacterGiveGUI(player)
_G character = player.Character
local i = game.Storage.Top
local o = game.Storage.Bottom
(This isn't the whole script)
So apparently an "=" was expected on line 2 near character
Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
_G.character
You forgot the dot.
Posts: 1,586
Threads: 85
Joined: Apr 2011
Reputation:
0
Whoops
I overlooked it because I was busy searching for a missing equals sign.
Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
When it says [something] "expected near" [string], you forgot something (not neccessarily [something]) directly before [string]. It confused me for a few weeks before I finally got that into my head.
Posts: 1,586
Threads: 85
Joined: Apr 2011
Reputation:
0
I see.
I spent weeks trying to grasp what an < eof > was in roblox X3
Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
I used to make a lot of prank gear, like Epic Fail Reset Drink and Ro-Hot Candy. So when I first found Output (I cannot believe I managed to script for 4 months without it) and saw that...
"Eat Other Food?"
Oh wait...
"E[nd]Of[Script]."
Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
I absorbed the basics (function, if-then, while true do, for q = 1, #table do, wait(), etc) via free models and then once I knew what they were talking about I was able to use the wiki as reference.