-
What do i want to achieve? I want to do a bull morph (in a level)
-
What is the issue? The scipt that i do (with a tutorial) gives me this error
(Line 6)
Here is the script.
game.Workspace.Spain.Disk.ProximityPrompt.Triggered:Connect(function(player)
local oldchar = player.Character
local newchar = game.Workspace.bull:Clone()
newchar.HumanoidRootPart.Anchored = false
newchar:SetPrimaryPartCFrame(oldchar.PrimaryPart.CFrame)
player.Character = newchar
newchar.Parent = workspace
end)
and this is the bull model.
All answers are welcome : D