Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How do i make sign changer script?

Asked by 10 years ago

I need to different sign sign changers they are

one you have to click a button to change it and the other is auto changer.

2 answers

Log in to vote
0
Answered by 10 years ago

Well an Best way is to use an Surface GUI. If you want your Decals to change automaticly over 30 Seconds. There is an Free model out that is REALLY Helpful. The Model all you have to do is Put your Number ID into the script, And then Subtract 1 After the last number.

Example. Starting.

d=script.Parent.Screen.Picture while true do wait(10) d.Image="http://www.roblox.com/asset/?id=" -- wait(10) d.Image="http://www.roblox.com/asset/?id=" -- wait(10) d.Image="http://www.roblox.com/asset/?id=" -- end

Then your Next Result is...

d=script.Parent.Screen.Picture while true do wait(10) d.Image="http://www.roblox.com/asset/?id=146209125" -- wait(10) d.Image="http://www.roblox.com/asset/?id=146209136" -- wait(10) d.Image="http://www.roblox.com/asset/?id=146135130" -- end

Your End Result

d=script.Parent.Screen.Picture while true do wait(10) d.Image="http://www.roblox.com/asset/?id=146209124" -- State of Hayward wait(10) d.Image="http://www.roblox.com/asset/?id=146209135" -- HVFD wait(10) d.Image="http://www.roblox.com/asset/?id=146135129" -- HDOT end

0
thanks mrpoliceman2004 20 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

Hmm... I'm sure there is a way to change a decal by pressing a button.

0
ok mrpoliceman2004 20 — 10y

Answer this question