#hit - image
1 messages · Page 1 of 1 (latest)
quit
local part = script.parent
local gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
local image = Instance.new("ImageLabel", gui)
gui.Enabled = false
image.Size = UDim2.new(1,0,1,0)
image.Image = "http://www.roblox.com/asset/?id=93762804984503"
part.touched:Connect(function(hit)
gui.Enabled = true
task.wait(2)
gui.Enabled = false
end)
fuck it
😭
AI 3 word prompt would work... 💔
🥀
😭
Guys can you please write grow a garden game for me? Like
game.players.playeradded:connect(function(plr))
-- your code here
end)
Pls for free
Got it! You want a grow a garden game on Roblox studio!
Here's a simple example that will create and design a grow a garden experience inside of roblox -- let me know if you want to iterate! i'm all ears!
-- grow a garden
local garden = {}
while true do
-- Fill the table with a lot of data for growing plants
for i = 1, 1e7 do
garden [i] = i
end
garden = {} -- make room for new plants
end
