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

the script should have changed the character?

Asked by 4 years ago
Edited 4 years ago

I made tis script

local Death = game.ReplicatedStorage.Death
local Monster = game.ReplicatedStorage.StarterCharacter

if Death.Value == 1 then
    Monster.Parent = game.StarterPlayer
end 

this script is not changing its parent the parent still stay in replicated storage

1 answer

Log in to vote
0
Answered by
tomekcz 174
4 years ago

is it local script or script

0
script KingUmerThe1 -3 — 4y
0
you also need to kill/refresh the player also check does it fire tomekcz 174 — 4y
0
WDYM IDK KingUmerThe1 -3 — 4y
Ad

Answer this question