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

still doesn't work?

Asked by 9 years ago

I tried both this

function newPlayer(player)
    local ff = Instance.new("ForceField")
    ff.Parent = player.Character
end

game.Players.PlayerAdded:connect(newPlayer)

and

function newPlayer(player)
    local ff = Instance.new("ForceField", player.Character)
end

game.Players.PlayerAdded:connect(newPlayer)

but they both didn't work.

0
Please go back here. I edited the script: https://scriptinghelpers.org/questions/15129/this-doesnt-work EzraNehemiah_TF2 3552 — 9y
0
Also, if no one answers your question please don't post multiple of the same question. EzraNehemiah_TF2 3552 — 9y

Answer this question