User:Anaminus: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>~~SHITY~~
No edit summary
>Anaminus
(blah blah blah revert blah blah blah)
Line 1: Line 1:
MUSH BALL SHIT
==?-Anaminus-?==
Hullo! I've been playing Roblox for about 20 months! I know loads about scripting, so you can ask me if you need any help!
 
==Script Bin!==
Hey look! A bunch of useful scripts!
 
'''<small>*Let me know if any scripts are faulty!</small>'''
 
===Chat Command===
 
All of these are chat commands.
 
 
[[/Script:Boot|Boot Script]]<br>Kick players from your server
 
[[/Script:Kill|Kill Script]]<br>Kill players in your server!
 
[[/Script:Vroom!|Vroom! Script]]<br>Whoa! Cool!
 
[[/Script:GiveVIP|VIP Script]]<br>Enable VIP for players in your server!
 
[[/Script:Messages|Messages Script]]<br>Display messages in your server!
 
[[/Script:Reset|Reset Script]]<br>Wedged into a staircase? Unstuck yourself!
 
===OnEnter===
 
All of these happen when a player enters a server.
 
 
[[/Script:Inanimate|Inanimate Script]]<br>Remember the ol' days? Turn your character's animation off!
 
[[/Script:VIPWep|VIP Weapons Script]]<br>Now you can have VIP-only weapons!
 
 
===Other===
 
Everything else!
 
 
[[/Script:ShirtDoor|Shirt Door Script]]<br>Now you can be a sell-out!
 
[[/Script:Circle|Circle Script]]<br>Create circular awsomeness!
 
[[/Script:Welder|Welder Script]]<br> Pairs with Circle Script. Weld your circles!
 
 
===Global Functions===
 
These are links to models that have scripts that insert functions into your place!
 
 
[http://www.roblox.com/Item.aspx?ID=2003769 GetMass(object)]<br>Find the mass of anything!
 
[http://www.roblox.com/Item.aspx?ID=2005746 FindDescendant(parent,...)]<br>Find an object without crashing!
 
[http://www.roblox.com/Item.aspx?ID=2459373 GetMatrix(cframe)]<br>Get the rotation matrix of a cframe!
 
[http://www.roblox.com/Item.aspx?ID=2767028 FindChildByClassName(parent,string)]<br>Find a child by it's className!
 
[http://www.roblox.com/Item.aspx?ID=2767739 <nowiki>Message([text [, parent [, delay [, thread]]]])</nowiki>]<br>Manipulate messages!
 
[http://www.roblox.com/Item.aspx?ID=2767747 <nowiki>Hint([text [, parent [, delay [, thread]]]])</nowiki>]<br>Manipulate hints!
 
[http://www.roblox.com/Item.aspx?ID=2900815 GetByClassName(parent,string)]<br>Get an object's children by className!
 
[http://www.roblox.com/Item.aspx?ID=3043970 <nowiki>rawlength(table [, key])</nowiki>]<br>Find the actual length of a table!
 
[http://www.roblox.com/Item.aspx?ID=3258076 Characters(class)]<br>Get the characters from their class!
 
[http://www.roblox.com/Item.aspx?ID=3258086 Scramble(string)]<br>Scramble strings!
 
 
===Global Objects===
 
These are links to models that have scripts that insert special objects into your place!
 
 
[http://www.roblox.com/Item.aspx?ID=2886829 Leaderboard]<br>Your leaderboard helper!
 
 
===Global Events===
 
These are links to models that have scripts that put special events into your place!
 
 
[http://www.roblox.com/Item.aspx?ID=3052231 Changed]<br>Add the Changed event to tables!
 
 
==Nutshells==
Various random anythings in a nutshell.
 
:[[/return_nutshell|'return' in a nutshell]]<br>Defining 'return' and how to use it.
 
:[[/break_nutshell|'break' in a nutshell]]<br>Defining 'break' and how to use it.
 
:[[/local_nutshell|'local' in a nutshell]]<br>Defining 'local' and how to use it.
 
:[[/for_nutshell|'for' in a nutshell]]<br>Defining the 'for' statement and how it is used.
 
:[[/metatables_nutshell|'metatables' in a nutshell]]<br>Defining 'metatables' and how they are used.
 
----
 
 
 
 
 
 
 
 
 
 
----
<small>42400-42900, 46000-47300, 47500-47600, 65300-65410 / 773666</small>

Revision as of 00:53, 8 October 2008

?-Anaminus-?

Hullo! I've been playing Roblox for about 20 months! I know loads about scripting, so you can ask me if you need any help!

Script Bin!

Hey look! A bunch of useful scripts!

*Let me know if any scripts are faulty!

Chat Command

All of these are chat commands.


Boot Script
Kick players from your server

Kill Script
Kill players in your server!

Vroom! Script
Whoa! Cool!

VIP Script
Enable VIP for players in your server!

Messages Script
Display messages in your server!

Reset Script
Wedged into a staircase? Unstuck yourself!

OnEnter

All of these happen when a player enters a server.


Inanimate Script
Remember the ol' days? Turn your character's animation off!

VIP Weapons Script
Now you can have VIP-only weapons!


Other

Everything else!


Shirt Door Script
Now you can be a sell-out!

Circle Script
Create circular awsomeness!

Welder Script
Pairs with Circle Script. Weld your circles!


Global Functions

These are links to models that have scripts that insert functions into your place!


GetMass(object)
Find the mass of anything!

FindDescendant(parent,...)
Find an object without crashing!

GetMatrix(cframe)
Get the rotation matrix of a cframe!

FindChildByClassName(parent,string)
Find a child by it's className!

Message([text [, parent [, delay [, thread]]]])
Manipulate messages!

Hint([text [, parent [, delay [, thread]]]])
Manipulate hints!

GetByClassName(parent,string)
Get an object's children by className!

rawlength(table [, key])
Find the actual length of a table!

Characters(class)
Get the characters from their class!

Scramble(string)
Scramble strings!


Global Objects

These are links to models that have scripts that insert special objects into your place!


Leaderboard
Your leaderboard helper!


Global Events

These are links to models that have scripts that put special events into your place!


Changed
Add the Changed event to tables!


Nutshells

Various random anythings in a nutshell.

'return' in a nutshell
Defining 'return' and how to use it.
'break' in a nutshell
Defining 'break' and how to use it.
'local' in a nutshell
Defining 'local' and how to use it.
'for' in a nutshell
Defining the 'for' statement and how it is used.
'metatables' in a nutshell
Defining 'metatables' and how they are used.







42400-42900, 46000-47300, 47500-47600, 65300-65410 / 773666