Main Search
Delta Corp Forum Index
 
 
FAQ Members Groups Profile Private Messages

Important Notice: We regret to inform you that our free phpBB forum hosting service will be discontinued by the end of June 30, 2024. If you wish to migrate to our paid hosting service, please contact [email protected].
Sparkle Colour Change Script Help.

 
Post new topic   Reply to topic    Delta Corp Forum Index -> Script Requests
View previous topic :: View next topic  
Author Message
nccvoyager
Beginner Poster


Joined: 12 Aug 2008
Posts: 12

PostPosted: Thu Aug 21, 2008 10:06 am    Post subject: Sparkle Colour Change Script Help. Reply with quote

OK.
I need help with changing Sparkle colour with a script.
Sounds easy right?
A 3 number value is a Vector3 BUT for some reason when I go:

script.Parent.Color = Vector3.new(0,204,0)
script:remove()

It should work but it doesn't.

Since in the color area of the item it says (0;204;0) should I change it to Vector3.new(0;204;0)?

Just wondering and it would clear up a lot of problems before they come because Sparkles just got a whole new dimension.
_________________
α=Alpha β=Beta Γγ=Gamma Δδ=Delta ε=Epsilon ζ=Zeta η=Eta Θθ=Theta Λλ=Lambda Ξξ=Xi Ππ=Pi Σσς=Sigma Φφ=Phi Ψψ=Psi Ωω=Omega
Back to top
View user's profile Send private message
megamaxmax
Master Poster


Joined: 21 May 2008
Posts: 289
Location: i dont know help me!!

PostPosted: Thu Aug 21, 2008 10:06 pm    Post subject: Reply with quote

you might not find help here alot of people stoped posting doesnt help that school is starting and i cant script
_________________
my avatar means omega

sssoapshop.com hurry before they close!
Back to top
View user's profile Send private message
nccvoyager
Beginner Poster


Joined: 12 Aug 2008
Posts: 12

PostPosted: Fri Aug 22, 2008 1:56 am    Post subject: Reply with quote

lol
I think I'll try my idea now...
After over 24 hours of orginal post...
_________________
α=Alpha β=Beta Γγ=Gamma Δδ=Delta ε=Epsilon ζ=Zeta η=Eta Θθ=Theta Λλ=Lambda Ξξ=Xi Ππ=Pi Σσς=Sigma Φφ=Phi Ψψ=Psi Ωω=Omega
Back to top
View user's profile Send private message
Anaminus
Beginner Poster


Joined: 08 Feb 2008
Posts: 17
Location: Location: Location: Location: Location: Location:

PostPosted: Fri Aug 22, 2008 2:32 am    Post subject: Reply with quote

It's actually a Color3 value.
Code:
script.Parent.Color = Color3.new(0, 204, 0)

You'll have to divide all the values by 255 if you want it to work properly.
Code:
script.Parent.Color = Color3.new(0/255, 204/255, 0/255)

You could do this to make it easier:
Code:
v = Vector3.new(0, 204, 0) /255
script.Parent.Color = Color3.new(v.x, v.y, v.z)



?-Anaminus-?
_________________
?-Anaminus-?

^^You're probably seeing this twice because I typed in my signature >_<
Back to top
View user's profile Send private message
megamaxmax
Master Poster


Joined: 21 May 2008
Posts: 289
Location: i dont know help me!!

PostPosted: Fri Aug 22, 2008 2:57 am    Post subject: Reply with quote

i knew someone was going to prove me wrong thats why i said it XD
Quote:
you might not find help here alot of people stoped posting doesnt help that school is starting and i cant script

_________________
my avatar means omega

sssoapshop.com hurry before they close!
Back to top
View user's profile Send private message
nccvoyager
Beginner Poster


Joined: 12 Aug 2008
Posts: 12

PostPosted: Sat Aug 23, 2008 4:03 pm    Post subject: Reply with quote

Thank you ?-Anaminus-?.
XD
_________________
α=Alpha β=Beta Γγ=Gamma Δδ=Delta ε=Epsilon ζ=Zeta η=Eta Θθ=Theta Λλ=Lambda Ξξ=Xi Ππ=Pi Σσς=Sigma Φφ=Phi Ψψ=Psi Ωω=Omega
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Delta Corp Forum Index -> Script Requests All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Back to Top              
Jenova Template © digital-delusion.com
Powered by phpBB © 2001, 2002 phpBB Group



For Support - http://forums.BizHat.com

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!