|
| 24 Jan 2016 03:19 PM |
title
#code return cntkillme.happy > false |
|
|
| Report Abuse |
|
|
Aethex
|
  |
| Joined: 16 Oct 2011 |
| Total Posts: 2193 |
|
|
| 24 Jan 2016 03:21 PM |
you already got solutions on your last thread: http://forum.roblox.com/Forum/ShowPost.aspx?PostID=182324214
why are you posting this again? |
|
|
| Report Abuse |
|
|
|
| 24 Jan 2016 03:21 PM |
No solutions
#code return cntkillme.happy > false |
|
|
| Report Abuse |
|
|
Aethex
|
  |
| Joined: 16 Oct 2011 |
| Total Posts: 2193 |
|
|
| 24 Jan 2016 03:26 PM |
function IsColor3(a) local a = pcall(function() Instance.new('Color3Value').Value = a end) return a end
that works fine and was posted on your last thread |
|
|
| Report Abuse |
|
|
|
| 24 Jan 2016 03:36 PM |
Im not testing instances
function IsColor3(Test) local a = pcall(function() Instance.new('Color3Value').Value = a end) print(a) return a end
IsColor3(Color3.new(255/255,255/255,255/255))
> false
#code return cntkillme.happy > false |
|
|
| Report Abuse |
|
|
rvox
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 5380 |
|
|
| 24 Jan 2016 03:39 PM |
| Instance.new("Color3Value").Value = Test |
|
|
| Report Abuse |
|
|
|
| 24 Jan 2016 03:41 PM |
Do I need to delete that instance?
#code return cntkillme.happy > false |
|
|
| Report Abuse |
|
|
rvox
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 5380 |
|
|
| 24 Jan 2016 03:42 PM |
| it is garbage collected so there's no need |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 24 Jan 2016 04:10 PM |
| https://github.com/ValkyrieRBXL/ValkyrieFramework/blob/bleeding-edge/Shared/Core/Components/DataTypes.mod.lua |
|
|
| Report Abuse |
|
|
|
| 24 Jan 2016 04:29 PM |
lunate can you describe how that works cause that hurets my head
#code return cntkillme.happy > false |
|
|
| Report Abuse |
|
|
cgjnm
|
  |
| Joined: 22 Dec 2011 |
| Total Posts: 2347 |
|
|
| 24 Jan 2016 04:40 PM |
| Try this: http://wiki.roblox.com/index.php?title=Function_dump/String_manipulation |
|
|
| Report Abuse |
|
|