of     1   

MillerSoRock
#140770446Friday, July 18, 2014 8:39 PM GMT

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
Durfungus
#140770522Friday, July 18, 2014 8:40 PM GMT

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
MillerSoRock
#140770628Friday, July 18, 2014 8:41 PM GMT

"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.
Falq
#140770663Friday, July 18, 2014 8:42 PM GMT

Is it a LocalScript or a Script?
Dankvisky
#140770719Friday, July 18, 2014 8:42 PM GMT

Durfungus is right.
Durfungus
#140770914Friday, July 18, 2014 8:44 PM GMT

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
MillerSoRock
#140771144Friday, July 18, 2014 8:47 PM GMT

tried both
Durfungus
#140771227Friday, July 18, 2014 8:47 PM GMT

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
MillerSoRock
#140771427Friday, July 18, 2014 8:49 PM GMT

"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.
MillerSoRock
#140771562Friday, July 18, 2014 8:51 PM GMT

o ty
MillerSoRock
#140771870Friday, July 18, 2014 8:54 PM GMT

It works as a regular script. With the wait on top.
Durfungus
#140772217Friday, July 18, 2014 8:57 PM GMT

you cant get localplayer from a script Currently have 46k R$ [HELP, DURFUNGUS IS SPREADING] Twitter - @Durfungus
MillerSoRock
#140773146Friday, July 18, 2014 9:06 PM GMT

Alright it works within test. But on an actual server the script doesn't work. Have a local and a regular copy. Any ideas?

    of     1