When i press "Play" button it's showing a last-time screen, probably, it's playing, but i can't move my character, however, i don't see him! Also, in Output it's saying:
18:23:15.464 - my hero academia @ 25 ??? 2018 18:23 was auto-saved 18:23:17.169 - Script Context.ServerStarterScript:1: unexpected symbol 18:23:17.172 - Script Context.StarterScript:1: unexpected symbol 18:23:19.681 - This toolbar cannot create more than one Button with name: "" 18:23:19.682 - Stack Begin 18:23:19.683 - Script 'Plugin_172294192.Weld.Main', Line 42 18:23:19.684 - Stack End Am4uryXp's CFrame loaded 18:23:20.149 - Players.666U5erName666.PlayerScripts.CameraScript.RootCamera.AttachCamera:1: unexpected symbol 18:23:20.151 - Requested module experienced an error while loading 18:23:20.152 - Stack Begin 18:23:20.153 - Script 'Players.666U5erName666.PlayerScripts.CameraScript', Line 10 18:23:20.154 - Stack End 18:23:20.156 - Players.666U5erName666.PlayerScripts.ControlScript:1: unexpected symbol 18:23:20.397 - Unable to load plugin icon. Image may have an invalid or unknown format.
I had that error once before too i had a ontouched function
script.Parent.Touched:connect(function(hit) end
i fixed the error by putting the ")" after the end
So make sure that your functions are closed correctly. It worked for me at least