- What do you want to achieve? I want to achieve making a game like Airplane using Ponchoking’s tutorial.
- What is the issue? My script is showing an error.
- What solutions have you tried so far? I have tried none, I don’t want to waste much time on looking for the solution.
Script:
local animIdle = Instance.new("Animation")
animIdle.AnimationId = ""
local controller = script.Parent.Humanoid
controller:LoadAnimation(animIdle):Play[]
The problem is this:
[]
The first [ is showing an error. If you need a screenshot, ask me.