#Stepping on part becoming character

1 messages · Page 1 of 1 (latest)

serene walrus
#

so i want this: normal players steps on part (part name Melano) and they will turn into a model (called 7). will have same hair, body, animations etc.

foggy flume
#

part.Touched:Connect(function(hit)
if hit.Parent:FindFirstChild("Humanoid") then
local player = game.Players:GetPlayerFromCharacter(hit.Parent)

    if player then
        -- Do the change thing this isnt free labor 🤡 

-- tip just delete the player character and clone the 7 to be their character
end
end
end)

dim moss
#

You make the script if it deosmnt work we help

#

were not gonna wright a whole script