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

"Workspace.TD.Building.HealthMonitor:5: Expected ')' (to close '(' at column 147), got '='; " what?

Asked by 2 years ago

i was following a tutorial and i think that i messed something up, im making a tower defense game and was creating a health bar for my base, what do i do? whats a collum? somebody help?

  local t = game:GetService("TweenService"):Create(healthfront, TweenInfo.new(0.5, Enum.EasingStyle.Linear, Enum.EasingDirection.In, 0, false, 0), (Size = UDim2.new(health.value / script.Parent.MaxHealth.Value, 0, 1, 0)))
    t:Play()
0
Could you send the whole script? loowa_yawn 383 — 2y
0
Probally Forgot To Close Your Script With A ')' CallMe_Axis 63 — 2y

Answer this question