One line of code problem

I am not sure what the problem is in this line of code.
It is one line, I hope it won’t waste your time much.

What is the issue? - This line:

starterPlayer.DevComputerMovementMode.EnumType = "Scriptable"

The output:
image

I have defined the StarterPlayer. This is part of a regular script in the workspace.

Every help is appreciated. Thanks in advance :slight_smile:

1 Like

Check this → StarterPlayer.DevComputerMovement

2 Likes

Remove the EnumType part.

StarterPlayer.DevComputerMovementMode = Enum.DevComputerMovementMode.Scriptable

1 Like