|
while true do
vig = game.Players.LocalPlayer.PlayerGui.SnowGui.Frame
water = game.Players.LocalPlayer.PlayerGui.SnowGui.Snow
sound = game.Players.LocalPlayer.PlayerGui.SnowGui.Rain
wait(math.random(0,2))
vig.Visible = true
water.Visible = true
sound:Play()
wait(math.random(10,40))
vig.Visible = false
water.Visible = false
sound:Stop()
end
|
|
DurfungusJoin Date: 2009-02-07 Post Count: 15988 |
out of context
wth are u talking about
give us some stuff to work with
why are u pasting a random script from your game here
Currently have 46k R$ [HELP, DURFUNGUS IS SPREADING] Twitter - @Durfungus |
|
|
"out of context
wth are u talking about
give us some stuff to work with
why are u pasting a random script from your game here"
gtho. The title "wat i dont even" is an obvious suggestion that it's not working.
|
|
FalqJoin Date: 2007-12-31 Post Count: 2521 |
Is it a LocalScript or a Script? |
|
DankviskyJoin Date: 2012-03-04 Post Count: 5430 |
Durfungus is right. |
|
DurfungusJoin Date: 2009-02-07 Post Count: 15988 |
your so darn dumb
you thinkin your all cool with your big ac and st thinking u can waddle in here and act all superiour and have us fix your script when you dont give us any context
google context and give us some pls
Currently have 46k R$ [HELP, DURFUNGUS IS SPREADING] Twitter - @Durfungus |
|
|
DurfungusJoin Date: 2009-02-07 Post Count: 15988 |
it has to be local and add a wait(2) at the top so it waits for everything to load
Currently have 46k R$ [HELP, DURFUNGUS IS SPREADING] Twitter - @Durfungus |
|
|
"your so darn dumb
you thinkin your all cool with your big ac and st thinking u can waddle in here and act all superiour and have us fix your script when you dont give us any context
google context and give us some pls"
>Used your in the place of you're.
>Never mentioned my hats once, plus it's *TS.
>Never acted superior, just gave you obvious signs that you're illiterate. |
|
|
|
It works as a regular script. With the wait on top. |
|
DurfungusJoin Date: 2009-02-07 Post Count: 15988 |
you cant get localplayer from a script
Currently have 46k R$ [HELP, DURFUNGUS IS SPREADING] Twitter - @Durfungus |
|
|
Alright it works within test. But on an actual server the script doesn't work. Have a local and a regular copy. Any ideas? |
|