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

I need help whit that basic script,what i need to do?

Asked by
Gigaset39 111
3 years ago

You have to stay on the correct part but it doesent do nothing..

i use 3 parts named R . O .Y

red = script.parent.R

orange = script.parent.O

yellow = script.parent.Y

while true do hint = Instance.new ('Hint')

hint.Parent = workspace

hint.text = 'go on '

wait (3)

hint.Text = 'Red'

wait(5)
orange.Transparency = 1
orange.CanCollide = false

yellow.Transparecy = 1
yellow.CanCollide = false


wait(5)
orange.Transparency = 0
orange.CanCollide = true

yellow.Transparecy = 0
yellow.CanCollide = true



hint.Text = 'Orange'
wait(5)
red.Transparency = 1
red.CanCollide = false

yellow.Transparecy = 1
yellow.CanCollide = false


wait(5)
red.Transparency = 0
red.CanCollide = true

yellow.Transparecy = 0
yellow.CanCollide = true



hint.Text = 'Yellow'
wait(5)
red.Transparency = 1
red.CanCollide = false

orange.Transparency = 1
orange.CanCollide = false


wait(5)
red.Transparency = 0
red.CanCollide = true

orange.Transparency = 0
orange.CanCollide = true
end
0
I can't give u a working script but as far as im aware theres quite a few errors in that code WeaponisedPenguins 97 — 3y
0
thats all? :( Gigaset39 111 — 3y
0
try capitalising the 'hint' or take off the capital in the Instance.new(Hint) TheKingOfDaMemes 24 — 3y
0
WeaponisedPengins, thank you for help,u had right,i was spelling transparency incorect,Thank You so much. Gigaset39 111 — 3y

Answer this question