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 8 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???

mobNameGuy = Guy
gw = game.Workspace
gwG =  game.Workspace.Guy
if gw.Guy.Humanoid.Health == "0" then
    wait(2.5)
    gwG.Head.Tranparency = .4
    gwG.Left Arm.Tranparency = .4
    gwG.Right Arm.Tranparency = .4
    gwG.Left Leg.Tranparency = .4
    gwG.Right Leg.Tranparency = .4
    wait(0.4)
    gwG.Head.Tranparency = .3
    gwG.Left Arm.Tranparency = .3
    gwG.Right Arm.Tranparency = .3
    gwG.Left Leg.Tranparency = .3
    gwG.Right Leg.Tranparency = .3
    wait(0.4)
    gwG.Head.Tranparency = .3
    gwG.Left Arm.Tranparency = .3
    gwG.Right Arm.Tranparency = .3
    gwG.Left Leg.Tranparency = .3
    gwG.Right Leg.Tranparency = .3
    wait(0.4)
    gwG.Head.Tranparency = .1
    gwG.Left Arm.Tranparency = .1
    gwG.Right Arm.Tranparency = .1
    gwG.Left Leg.Tranparency = .1
    gwG.Right Leg.Tranparency = .1
    wait(0.3)
    a = Instance.new("Message", Workspace)
        a.Text = ("You killed Guy!")
    wait(1.5)
        a.Text = ("You killed Guy")
    wait(.1)
        a.Text = ("You killed Gu")
    wait(.1)
        a.Text = ("You killed G")
    wait(.1)
        a.Text = ("You killed")
    wait(.1)
        a.Text = ("You kille")
    wait(.1)
        a.Text = ("You kill")
    wait(.1)
        a.Text = ("You kil")
    wait(.1)
        a.Text = ("You ki")
    wait(.1)
        a.Text = ("You k")
    wait(.1)
        a.Text = ("You")
    wait(.1)
        a.Text = ("Yo")
    wait(.1)
        a.Text = ("Y")
    wait(.1)
        a.Text = ("")
    wait(1)
    gw.Message:Remove()
end
0
Try changing line 4 to if gw.Guy.Humanoid.Health == 0 then ISellCows 2 — 8y
0
Any outputs? If so, what? Uroxus 350 — 8y

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?