generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
We use cookies to offer you a better experience. By using Roblox.com, you are agreeing to our Privacy and Cookie Policy.
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

Re: TextStrokeColor3 Help

Previous Thread :: Next Thread 
mopy16 is not online. mopy16
Joined: 05 Jun 2013
Total Posts: 83
27 Feb 2016 02:01 AM
I am new to scripting, and I probably did something wrong. I am trying to make the TextStrokeColor3 change slowly.

This is my script:

while true do
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(255/255,0/255,4/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(255/255,0/255,110/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(255/255,0/255,230/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(200/255,0/255,255/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(149/255,0/255,255/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(29/255,0/255,255/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(0/255,145/255,255/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(0/255,255/255,255/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(0/255,255/255,136/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(0/255,255/255,21/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(110/255,255/255,0/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(234/255,255/255,0/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(255/255,140/255,0/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(255/255,0/255,0/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(255/255,0/255,0/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(255/255,140/255,0/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(234/255,255/255,0/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(110/255,255/255,0/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(0/255,255/255,21/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(0/255,255/255,136/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(0/255,255/255,255/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(0/255,145/255,255/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(29/255,0/255,255/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(149/255,0/255,255/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(200/255,0/255,255/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(255/255,0/255,230/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(255/255,0/255,110/255/255)
wait(.1)
script.Parent.Face.Contents.TextStrokeColor3 = Color3.new(255/255,0/255,4/255)
wait(.1)
end
Report Abuse
Dodeca is not online. Dodeca
Joined: 11 Sep 2011
Total Posts: 13649
27 Feb 2016 02:15 AM
Are you sure textstroke is even visible?
Report Abuse
mopy16 is not online. mopy16
Joined: 05 Jun 2013
Total Posts: 83
27 Feb 2016 02:20 AM
Oh.
Report Abuse
mopy16 is not online. mopy16
Joined: 05 Jun 2013
Total Posts: 83
27 Feb 2016 02:21 AM
I can see the main colour
Report Abuse
infortality is not online. infortality
Joined: 28 May 2012
Total Posts: 942
27 Feb 2016 02:52 AM
Make sure TextStrokeTransparency = 0.
It is the stroke you're wanting to change right? and not the text itself?
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image