Hello everyone who looks here, I am making a intro but I don't get the script to work.
Problem:
It isn't doing anything the load script.
Script were we are talking about:
script.Parent.Parent.GuestChat.Main.Visible = false
script.Parent.Parent.GuestChat.SafeChat.Visible = false
wait(0.001)
script.Parent.Loading.Image = http://www.roblox.com/asset/?id=294726433
wait(0.15)
-- ^ This in total 16 times, with other ids.
script.parent.ShotI.Visible = true
wait(0.01)
script.Parent.ShotS:Play()
wait(0.15)
script.parent.ShotI.Visible = false
script.Parent.Parent.GuestChat.Main.Visible = true
script.Parent.Parent.GuestChat.SafeChat.Visible = true
wait(0.01)
script.Parent.Credits.Visible = false
script.Parent.Background.Visible = false
script.Parent.Loading.Visible = false
I have it like this:
game>StarterGui>LoadingGui>Size(script to resize everything working)
game>StarterGui>LoadingGui>Loading(the loading animation)
game>StarterGui>LoadingGui>Background(a image as background)
game>StarterGui>LoadingGui>ShotS(sound to hear with the image)
game>StarterGui>LoadingGui>ShotI(image to pop up with the sound(visible false))
game>StarterGui>LoadingGui>Load(Script where the error is)
game>StarterGui>GuestChat>Main>(Further not needed)
game>StarterGui>GuestChat>SafeChat>(Further not needed)