of     1   

Limited_Kid
#221237540Thursday, July 13, 2017 8:42 PM GMT

Players.MrMakeAlot.Backpack.LocalScript:12: unexpected symbol near '�' what is this??? Please help 🔥Everlast Cafe™🔥https://www.roblox.com/My/Groups.aspx?gid=3337421🔥Public🔥
Limited_Kid
#221237609Thursday, July 13, 2017 8:43 PM GMT

its doesnt even bring me to the error 🔥Everlast Cafe™🔥https://www.roblox.com/My/Groups.aspx?gid=3337421🔥Public🔥
ghulty
#221237726Thursday, July 13, 2017 8:44 PM GMT

My magical ability to fix people's scripts without seeing them seems to be broken at the moment
Limited_Kid
#221237861Thursday, July 13, 2017 8:45 PM GMT

Limited_Kid
#221237890Thursday, July 13, 2017 8:46 PM GMT

Ill post all the scripts that are included please read over em 🔥Everlast Cafe™🔥https://www.roblox.com/My/Groups.aspx?gid=3337421🔥Public🔥
Script_Squidy
#221237999Thursday, July 13, 2017 8:47 PM GMT

Go to line 12 and remove "�"
Limited_Kid
#221238111Thursday, July 13, 2017 8:48 PM GMT

Player = game.LocalPlayer Mouse = Player:GetMouse() local Give = game:GetService("ReplicatedStorage").Events:WaitForChild("Give") Mouse.Button1Down:connect(function() if Mouse.Target == nil then return end if Mouse.Target:FindFirstChild("ClickDetector") then Give.FireServer(Mouse.Target.Name) end end) is there anything here I need to fix? 🔥Everlast Cafe™🔥https://www.roblox.com/My/Groups.aspx?gid=3337421🔥Public🔥
nullfeels
#221238658Thursday, July 13, 2017 8:53 PM GMT

You didn't event post 12 lines of code, and those lines aren't the problem.
nullfeels
#221238731Thursday, July 13, 2017 8:54 PM GMT

Actually, this is a problem. Player = game.LocalPlayer change it to Player = game.Players.LocalPlayer
Limited_Kid
#221238809Thursday, July 13, 2017 8:54 PM GMT

Player = game.LocalPlayer Mouse = Player:GetMouse() local Give = game:GetService("ReplicatedStorage").Events:WaitForChild("Give") Mouse.Button1Down:connect(function() if Mouse.Target == nil then return end if Mouse.Target:FindFirstChild("ClickDetector") then Give.FireServer(Mouse.Target.Name) end end) 🔥Everlast Cafe™🔥https://www.roblox.com/My/Groups.aspx?gid=3337421🔥Public🔥
Limited_Kid
#221238850Thursday, July 13, 2017 8:55 PM GMT

these are the 12 lines 🔥Everlast Cafe™🔥https://www.roblox.com/My/Groups.aspx?gid=3337421🔥Public🔥
Script_Squidy
#221239027Thursday, July 13, 2017 8:56 PM GMT

Change it to game.Players.LocalPlayer and Give:FireServer.
nullfeels
#221239062Thursday, July 13, 2017 8:57 PM GMT

So three lines of white space then. My bad. This is a problem too: Give.FireServer(Mouse.Target.Name) Change it to: Give:FireServer(Mouse.Target.Name)

    of     1