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

Can't put parent names with names that are spaced?

Asked by 3 years ago

Take a look at this video and you'll know what I'm trying to do it doesn't respond with the child name.

https://streamable.com/e9dbu6

local Bomb = workspace["Tsar Bomba"]


function onClick(hit)
    wait()      
    script.Parent.Transparency = 1
    wait(2)
    script.Parent.Transparency = 0
   end
script.Parent.ClickDetector.MouseClick:connect(onClick)
0
Try to use workspace:FindFirstChild() or workspace:WaitForChild() FirezDevv 162 — 3y

Answer this question