Viewing profile - _DaCoolOne_

User avatar
Prole
Username:
_DaCoolOne_
Groups:
Interests:
Computer programming, robotics, and music when I get the chance.
Occupation:
Still in school

Contact _DaCoolOne_

User statistics

Joined:
Sat Mar 09, 2019 3:46 am
Last active:
Thu Sep 05, 2019 12:30 am
Total posts:
16 | Search user’s posts
(0.01% of all posts / 0.01 posts per day)
Most active forum:
Support and Development
(13 Posts / 81.25% of user’s posts)
Most active topic:
Source:play() fails
(6 Posts / 37.50% of user’s posts)

Signature

Code: Select all

function not(val)
	if val == true then
		return false
	else
		return true
	end
end