User:ArceusInator

From Legacy Roblox Wiki
Revision as of 23:44, 30 April 2011 by >ArceusInator
Jump to navigationJump to search



Stats

Current Date:06:33 09/22/2024

The page User:ArceusInator is currently using 4,777 bytes of data.

This page was last reviewed on 04/30/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