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

What do I do? [closed]

Asked by 9 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.

I can't figure out what is wrong with this???

01mobNameGuy = Guy
02gw = game.Workspace
03gwG =  game.Workspace.Guy
04if gw.Guy.Humanoid.Health == "0" then
05    wait(2.5)
06    gwG.Head.Tranparency = .4
07    gwG.Left Arm.Tranparency = .4
08    gwG.Right Arm.Tranparency = .4
09    gwG.Left Leg.Tranparency = .4
10    gwG.Right Leg.Tranparency = .4
11    wait(0.4)
12    gwG.Head.Tranparency = .3
13    gwG.Left Arm.Tranparency = .3
14    gwG.Right Arm.Tranparency = .3
15    gwG.Left Leg.Tranparency = .3
View all 60 lines...
0
Try changing line 4 to if gw.Guy.Humanoid.Health == 0 then ISellCows 2 — 9y
0
Any outputs? If so, what? Uroxus 350 — 9y

Closed as Not Constructive by Perci1 and YellowoTide

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?