I’m trying to change the playerwalkspeed for devices with touch enabled.
This is a localscript inside StarterCharacterScripts
Nothing is happening in-game, with no errors
I couldn’t find a similar script compared to mine and I’m not sure if its a problem with the script or it being in the wrong place, or it being both.
if game:GetService("UserInputService").TouchEnabled == true then
game.StarterPlayer.CharacterWalkSpeed = 100
end