Block Tycoon Script | CHEAPER SHOP

Created by infamous scammer

Features:

  • CHEAPER SHOP

instructions for use:
click the quote button (‘) on your keyboard while hovering on any item in the shop (click on the icon in the shop to open up the menu that allows you to buy the item) but dont actually buy the item using the button but press ‘ and you will get half off on the item (because when an item is in your inventory, its rounded to the nearest whole number, so if you buy it x0.5 you only pay half price but get a full item)

game:GetService("UserInputService").InputEnded:Connect(function(Input)
    if Input.KeyCode == Enum.KeyCode.Quote then
        game:GetService("ReplicatedStorage").ShopE:FireServer(1, {game:GetService("Players").LocalPlayer.PlayerGui.MainGui.ShopFrame.SelectedListing.Value, 0.5})
    end
end)