У вашего броузера проблема в совместимости с HTML5
This exploit uses a Lua Executor. The code for the exploit is pasted below. To get a lua executor go to this website: https://wearedevs.net/
ROBLOX Game Link: https://www.roblox.com/games/2017976530/Jungle-Soda-Drinking-Simulator
while wait() do
if game.Players.LocalPlayer.Backpack:FindFirstChild("Soda") then
game.Players.LocalPlayer.Backpack:FindFirstChild("Soda").Parent = game.Players.LocalPlayer.Character
else
game.Players.LocalPlayer.Character:FindFirstChild("Soda").Drink:FireServer()
game.Players.LocalPlayer.Character:FindFirstChild("Soda").Burp:FireServer()
game.ReplicatedStorage.RebirthMe:FireServer()
end
end