Roblox Studio Lua script for random movement with custom animations not working

This roblox script to move a character randomly using custom animations: local humanoid = script.Parent:FindFirstChildOfClass("Humanoid") local …
View full source