Local script problem?

I tried using a local script in the player character thing to move or chnage a part for the player only but that doesnt work how do I do it then

1 Like

Please show your script using the </>
image

local stepPart = game:GetService("Workspace"):WaitForChild("Map"):WaitForChild("StepPartModel"):WaitForChild("StepPart")

I don’t think that LocalPlayers support BaseParts and such. Try using RemoteEvents.

Are you sure the code is correct?
Local Scripts should work there.

local Map = workspace:WaitForChild("Map")
local StepModel = Map:WaitForChild("StepPartModel")
local StepPart = StepModel:WaitForChild("StepPart")