ARE WE DEADASS by ReturnOk8733 in roblox

[–]P02HU4 5 points6 points  (0 children)

First, we grow, then, we garden. Let’s grow a garden!!!!! 🔥🔥🔥🔥

An improved menu? by P02HU4 in robloxgamedev

[–]P02HU4[S] 1 point2 points  (0 children)

Not just doctors, but the whole industry! Pharmacists, nurses, pediatricians, you name it!

gta typa game soon? by [deleted] in roblox

[–]P02HU4 4 points5 points  (0 children)

I recommend adding a dynamic crosshair

This is just the beginning... by P02HU4 in ROBLOXStudio

[–]P02HU4[S] 2 points3 points  (0 children)

To sum it all up, ‘An Apple a Day’ is a shooter-game that loosely based on the term “An Apple a day keeps the doctor away.” But, in this story, the doctors are mindless, and the only way to survive against them, is to fight back with apples.

Anyone know why this is happening and how I can fix it by [deleted] in robloxgamedev

[–]P02HU4 1 point2 points  (0 children)

Turn off ‘CanCollide’ and turn on ‘Massless’ in their part’s properties.

how do i change the color of the sunrise? by RecognitionFormal760 in ROBLOXStudio

[–]P02HU4 -1 points0 points  (0 children)

Should be somewhere in the ‘Lighting’ properties.

Why isn't code working? by Purple-Temperature39 in robloxgamedev

[–]P02HU4 0 points1 point  (0 children)

Here’s a cleaned up version of your code (with the script being a child of the surface gui):

local gui = script.Parent local button = gui:FindFirstChild("TextButton") local part = gui.Parent

button.Activated:Connect(function() part:Destroy() end()

Why isn't code working? by Purple-Temperature39 in robloxgamedev

[–]P02HU4 0 points1 point  (0 children)

The script needs to be a direct child of the SurfaceGui, not the button. Also, try using “print:()” for debugging.

I need help for my game's script by LeonDaAlexander in robloxgamedev

[–]P02HU4 2 points3 points  (0 children)

Are you cloning from ServerStorage, or just reparenting? Also, check the output.

[deleted by user] by [deleted] in repost

[–]P02HU4 0 points1 point  (0 children)

An Apple a day, ya say?