Unexpected Unicode character: U+2028?
01 | local event = game.ReplicatedStorage.tooodsPet:WaitForChild( "PetEvent" ) |
02 | local InvEvent = game.ReplicatedStorage.tooodsPet:WaitForChild( "RemoveEvent" ) |
03 | local equipped = game.Players.LocalPlayer:WaitForChild( "stats" ).PetEquip |
05 | script.Parent.MouseButton 1 Click:Connect( function () |
07 | event:FireServer(game.Players.LocalPlayer) |
10 | InvEvent:FireServer(game.Players.LocalPlayer) |
It gives an Unexpected Unicode character: U+2028. Did you mean ' '?
My keyboard is a US keyboard, so I don't know what is wrong