of     1   

vanillaluv
#40279623Monday, January 03, 2011 8:31 PM GMT

RBLX_Lua will not allow you to tag your name just like regular. Ex: Workspace.4camera.Humanoid:TakeDamage(100) -- sorry 4camera Would error because it would say "unexpected symbol near '4'" There's a way you can fix this. Just when you type Workspace, for you put the period, put a bracket, open a string, put your name, then close the string in the bracket. Example: Workspace["4camera"].Humanoid:TakeDamage(100) -- It's that easy! Thanks to you for viewing this. ALSO: Real scripters, please tell me if I am outdated, I just remeber old RBLX.Lua. Thanks. - van van
arundel
#40279763Monday, January 03, 2011 8:33 PM GMT

Yay, you achieved to put a string (username) in a string. ¬_¬
vanillaluv
#40280092Monday, January 03, 2011 8:37 PM GMT

You try putting a model in, naming it 4a, then index it and removeit. It won't work without [""]
Emess
#40280150Monday, January 03, 2011 8:38 PM GMT

captain obvious strikes again
bloob827
#40280227Monday, January 03, 2011 8:39 PM GMT

You can't tag anything that begins with a number, too. :P
4camera
#40280453Monday, January 03, 2011 8:42 PM GMT

Geez, thanks for the advice I already knew.
vanillaluv
#40280479Monday, January 03, 2011 8:43 PM GMT

Hey, I said BEGINNER, Emess... so shaddap. >:U
vanillaluv
#40280548Monday, January 03, 2011 8:44 PM GMT

THIS WAS NOT DIRECTLY TAGGED TO EVERYONE ELSE. I SAID NEW_TO_SCRIPTING SPECIFICALLY, SO STOP ._.
MathKid666
#40293502Monday, January 03, 2011 11:25 PM GMT

[ Content Deleted ]
vanillaluv
#40299392Tuesday, January 04, 2011 12:28 AM GMT

Up on the house top people don't read bump bump bump, down to the Post button with Good White Cursor.
Scriptoar
#40299507Tuesday, January 04, 2011 12:29 AM GMT

Stop flaming him for helping some new people out, gosh.
vanillaluv
#40299570Tuesday, January 04, 2011 12:30 AM GMT

ya srsly :P
ChatR
#40299836Tuesday, January 04, 2011 12:32 AM GMT

cool but can u explain coroutine.wrap()() coroutine.wrap(function()script.Parent.Touched:connect(function(s)pcall(function()s.Parent:breakJoints()end)end)end)() that???
vanillaluv
#40300239Tuesday, January 04, 2011 12:37 AM GMT

... easy much? It creates a coroutine by using the body of a function. :P
ChatR
#40300468Tuesday, January 04, 2011 12:39 AM GMT

No. I meant what is coroutine.wrap()().
galaxyblast1
#40300956Tuesday, January 04, 2011 12:45 AM GMT

Chat, just because you know one thing, it doesn't make you any better than anyone else.
ChatR
#40301018Tuesday, January 04, 2011 12:45 AM GMT

what? i'm serious? what is coroutine.wrap()()??? ...
galaxyblast1
#40301023Tuesday, January 04, 2011 12:46 AM GMT

800TH POST! >:U
vat21s
#40320658Tuesday, January 04, 2011 6:25 AM GMT

better way is to use findFirstChild()
Shokwav
#40320887Tuesday, January 04, 2011 6:40 AM GMT

Wrap, a the second second of parenthesis executes the function. Just like: (function() print"a" end)()
Shokwav
#40320898Tuesday, January 04, 2011 6:41 AM GMT

@vat21s: No, it's not, because :findFirstChild() only works on userdata.

    of     1