User talk:Garretcat/Basic Scripting: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Merlin11188
Created page with "You should test your code before giving it out. Errors will occur when: * The game starts. * The player has no character at the end of the sixty seconds. * Head is not the nam..."
>JulienDethurens
No edit summary
Line 7: Line 7:


P.S.: You aren't supposed to sign an article.<div style="border-top: 1px dotted #AAA; color:#000000; font-size:10px; overflow: hidden;">([[User:Merlin11188|Merlin11188]] | [http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=128839 Send Message] | [http://wiki.roblox.com/index.php/Special:EmailUser/Merlin11188 E-mail] |Wiki Writer) — 00:33, January 21, 2012 - UTC</div>
P.S.: You aren't supposed to sign an article.<div style="border-top: 1px dotted #AAA; color:#000000; font-size:10px; overflow: hidden;">([[User:Merlin11188|Merlin11188]] | [http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=128839 Send Message] | [http://wiki.roblox.com/index.php/Special:EmailUser/Merlin11188 E-mail] |Wiki Writer) — 00:33, January 21, 2012 - UTC</div>
:To add on what merlin11188 said, you should also indent your code. Also, I don't think you should recommend them the Remove method, considering it is deprecated. You should recommend the Destroy method instead. {{User:JulienDethurens/signature|date=01:48, 21 January 2012 (UTC)}}

Revision as of 01:48, 21 January 2012

You should test your code before giving it out. Errors will occur when:

  • The game starts.
  • The player has no character at the end of the sixty seconds.
  • Head is not the name of the Player's Head.

Just sayin'. You should add some checking in there.

P.S.: You aren't supposed to sign an article.

(Merlin11188 | Send Message | E-mail |Wiki Writer) — 00:33, January 21, 2012 - UTC
To add on what merlin11188 said, you should also indent your code. Also, I don't think you should recommend them the Remove method, considering it is deprecated. You should recommend the Destroy method instead.