User:ArceusInator: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
No edit summary
>ArceusInator
No edit summary
Line 74: Line 74:
<font color=#>
<font color=#>


Magic Characters: <font color=#999900>#999900</font>
Magic Characters/Methods: <font color=#999900>#999900</font>
  <font color=#999900>~@#%^*()-=+[]{};:<>, ..</font>
  <font color=#999900>~@#%^*()-=+[]{};:<>, ..</font>
Strings: <font color=#FF5555>#FF5555</font>
Strings: <font color=#FF5555>#FF5555</font>
Line 87: Line 87:
     long note
     long note
  ]]</font>
  ]]</font>
Global st00fs: <font color=5500BB>#5500BB</font>
Global functions/variables: <font color=5500BB>#5500BB</font>
  <font color=5500BB>assert collectgarbage dofile error _G gcinfo getfenv getmetatable ipairs load loadfile loadstring newproxy next pairs pcall print rawequal rawget rawset select setfenv setmetatable tonumber tostring type unpack _VERSION xpcall print printidentity tick time wait delay spawn LoadRobloxLibrary LoadLibrary settings UserSettings crash__</font>
  <font color=5500BB>assert collectgarbage dofile error _G gcinfo getfenv getmetatable ipairs load loadfile loadstring newproxy next pairs pcall print rawequal rawget rawset select setfenv setmetatable tonumber tostring type unpack _VERSION xpcall print printidentity tick time wait delay spawn LoadRobloxLibrary LoadLibrary settings UserSettings crash__ game workspace</font>
Libraries + Library Functions: <font color=BB00FF>#BB00FF</font>
<font color=BB00FF>coroutine coroutine.create coroutine.resume coroutine.running coroutine.status coroutine.wrap coroutine.yield string string.byte string.dump string.char string.find string.format string.gmatch string.gsub string.len string.lower string.match string.rep string.reverse string.sub string.upper table table.concat table.foreach table.foreachi table.getn table.insert table.maxn table.remove table.setn table.sort math math.abs math.acos math.asin math.atan math.atan2 math.ciel math.cos math.cosh math.deg math.exp math.floor math.fmod math.frexp math.huge math.ldexp math.log math.log10 math.max math.min math.modf math.pi math.pow math.rad math.random math.randomseed math.sin math.sinh math.sqtr math.tan math.tanh Instance Instance.new Instance.Lock Instance.Unlock</font>
Error: <font color=FF0000>FF0000</font>
a <font color=999900>= </font><font color=5500BB>[[DataModel|game]]</font><font color=999900>:[[GetChildren]]()</font><font color=555555> --> </font><font color=FF0000>s GetChildren</font>
 
<font size=4px>Example:</font>
<font color=0000FF>local </font>Model<font color=999900> = </font><font color=BB00FF>[[Instance Table|Instance]].[[Instance Table#Functions|new]]</font><font color=999900>(</font><font color=FF5555>"[[Model]]"</font><font color=999900>, </font><font color=5500BB>[[Workspace|workspace]]</font><font color=999900>)</font>
<font color=0000ff>if</font> Model<font color=999900>:[[IsA]](</font><font color=ff5555>"[[PVInstance]]"</font><font color=999900>)</font><font color=999900>)</font><font color=0000ff> then</font>
    <font color=5500bb>[[print]](</font><font color=ff5555>"Win! :D"</font><font color=5500bb>)</font>
<font color=0000ff>else
    return
end</font>

Revision as of 21:59, 29 April 2011




ITSA ME! :D

FREAKING WAOW


Ideas and Lost Thoughts

Meh

Ways to contact me:

Ohai.

I'm ArceusInator.

Send me a Friend Request! Send me a Private Message! Send me money! Send me the title to your car!


Some things I'm proud of:

WEEEEEEEEEE! :D
I haz dusekkar


Things

I solved i! :D

c = 4-3i

|c| = √(4²+3²) = √25 = 5

|c|² = |c²|

5² = 4²-2•4•3i+3²+i²

25 = 16-24i-9

24i = 7-25

i = -(18/24)

i = -(3/4)

Nom

Magic Characters/Methods: #999900

~@#%^*()-=+[]{};:<>, ..

Strings: #FF5555

"String"

Numbers: #5555FF

0123456789

Keys: #0000FF

local for do while not if then elseif end function and or in repeat until break return nil true false

Notes: #555555

--note
--[[
   long note
]]

Global functions/variables: #5500BB

assert collectgarbage dofile error _G gcinfo getfenv getmetatable ipairs load loadfile loadstring newproxy next pairs pcall print rawequal rawget rawset select setfenv setmetatable tonumber tostring type unpack _VERSION xpcall print printidentity tick time wait delay spawn LoadRobloxLibrary LoadLibrary settings UserSettings crash__ game workspace

Libraries + Library Functions: #BB00FF

coroutine coroutine.create coroutine.resume coroutine.running coroutine.status coroutine.wrap coroutine.yield string string.byte string.dump string.char string.find string.format string.gmatch string.gsub string.len string.lower string.match string.rep string.reverse string.sub string.upper table table.concat table.foreach table.foreachi table.getn table.insert table.maxn table.remove table.setn table.sort math math.abs math.acos math.asin math.atan math.atan2 math.ciel math.cos math.cosh math.deg math.exp math.floor math.fmod math.frexp math.huge math.ldexp math.log math.log10 math.max math.min math.modf math.pi math.pow math.rad math.random math.randomseed math.sin math.sinh math.sqtr math.tan math.tanh Instance Instance.new Instance.Lock Instance.Unlock

Error: FF0000

a = game:GetChildren() --> s GetChildren

Example:

local Model = Instance.new("Model", workspace)

if Model:IsA("PVInstance")) then
   print("Win! :D")
else
   return
end