expected <eof> got 'else'. any help?
01 | local gamepass = 16789429 |
02 | local market = game:GetService( "MarketplaceService" ) |
04 | game.Players.PlayerAdded:Connect( function (player) |
05 | player.CharacterAdded:Connect( function (Character) |
06 | if market:UserOwnsGamePassAsync(player.UserId, gamepass) then |
07 | local replicatedStorage = game:GetService( "ReplicatedStorage" ) |
08 | replicatedStorage.Remotes.Lift.OnServerEvent:Connect( function (player) |
09 | player.leaderstats.Views.Value = player.leaderstats.Views.Value + 2 |
12 | replicatedStorage.Remotes.Lift 2. OnServerEvent:Connect( function (player) |
13 | player.leaderstats.Views.Value = player.leaderstats.Views.Value + 4 |
20 | print ( "haha poor, u dont have gamepass" ) |
21 | local replicatedStorage = game:GetService( "ReplicatedStorage" ) |
23 | replicatedStorage.Remotes.Lift.OnServerEvent:Connect( function (player) |
24 | player.leaderstats.Views.Value = player.leaderstats.Views.Value + 1 |
27 | replicatedStorage.Remotes.Lift 2. OnServerEvent:Connect( function (player) |
28 | player.leaderstats.Views.Value = player.leaderstats.Views.Value + 2 |
Dont mind the print i was bored and needed to see where the script failed