Hello world, today i’m making a game and i need if someone can help me make a store script.
I am not a scripter, but I would like someone to tell me how to do it so that in that store I can add objects and sell them at a price; something like objects that are added
someone help me with this?
when you pass the level; you earn points, and after you can buy an item
You can use the items in the games; something like hell tower
Yeah, you could do this but to be more efficient, do
local shop = script.Parent.Parent.Hello
-- Name the Hello to the frame (GUI) you want to open
shop.MouseButton1Click:Connect(function()
shop.Visible = true
end