of     1   

Tomarty
#28306139Wednesday, June 30, 2010 3:22 AM GMT

value = 5 How do I find out that the value is Int? value = true or bool?
TheEndOfDays
#28306183Wednesday, June 30, 2010 3:23 AM GMT

print(type(value))
ElectricAxel
#28306187Wednesday, June 30, 2010 3:23 AM GMT

type(value)
Blaboblox
#28306251Wednesday, June 30, 2010 3:24 AM GMT

http://wiki.roblox.com/ Function Dump. Core Functions.
Tomarty
#28306307Wednesday, June 30, 2010 3:25 AM GMT

yeah I looked at the functions, I am also impatient

    of     1