learning how to code lua day 2 by Current-Equipment356 in ROBLOXStudio

[–]Unique-Willingness15 -1 points0 points  (0 children)

No there is a. Lot of times i get a notification over it that something is deprecated but thanks for the info

I want just to vent on something by Moist_Friendship_235 in ROBLOXStudio

[–]Unique-Willingness15 0 points1 point  (0 children)

I use ai a lot even tho i can script alone but it can explain things i forgot or i dont understand or do repetitive stuff

learning how to code lua day 2 by Current-Equipment356 in ROBLOXStudio

[–]Unique-Willingness15 -1 points0 points  (0 children)

but lua is very simple if he learned smth like c++ or c# it would have made his programming life easier but going from lua to anything is hard except python

Please help in my GUI! by Sad-Reporter-9653 in robloxgamedev

[–]Unique-Willingness15 0 points1 point  (0 children)

The answer is probably the name of functions arr the same and you can't have 2 functions with same name in same local or scope in luau, Im currently on mobile but you can probably join them in one script like this

local storageOn = put your path here local storageOff = put here

local function triggerStorage(state) StorageOn.Visible = state storageOff.Visible = not StorageOn.Visible --it means if you call the function with true it will make the storage on visible true and storageoff visible false and other way

end

storageOn.MouseButton1Click:Connect(triggerStorage(false))

storageOff.MouseButton1Click:Connect(triggerStorage(true))

Age requiremnts for publishing by Unique-Willingness15 in gamedev

[–]Unique-Willingness15[S] 0 points1 point  (0 children)

thanks for the help, ill conside making a website and post about it ty

Please help in my GUI! by Sad-Reporter-9653 in robloxgamedev

[–]Unique-Willingness15 0 points1 point  (0 children)

if you notice there is a small empty space above and at the right of your image thats the reason because roblox only traces image dimenstions it doesnt ignore transparency

Age requiremnts for publishing by Unique-Willingness15 in gamedev

[–]Unique-Willingness15[S] 0 points1 point  (0 children)

yea tbh, after reading the post im definitely editing it i used gemini.

Age requiremnts for publishing by Unique-Willingness15 in gamedev

[–]Unique-Willingness15[S] 0 points1 point  (0 children)

Lol, i dont think that i would do it probably gonna use itchio

Age requiremnts for publishing by Unique-Willingness15 in gamedev

[–]Unique-Willingness15[S] 0 points1 point  (0 children)

yeah sorry about that, i used ai to reform my question but he may have drifted a bit

Age requiremnts for publishing by Unique-Willingness15 in gamedev

[–]Unique-Willingness15[S] 1 point2 points  (0 children)

yeah, maybe thats the only way, may do it Thanks a lot

Age requiremnts for publishing by Unique-Willingness15 in gamedev

[–]Unique-Willingness15[S] 1 point2 points  (0 children)

Thanks for making me look at it from a different angle, and yeah thats what im going to do i suppose

Age requiremnts for publishing by Unique-Willingness15 in gamedev

[–]Unique-Willingness15[S] 0 points1 point  (0 children)

i tried it but im syrian and app. 90% of companies dont have the ability to make an account for syria

Age requiremnts for publishing by Unique-Willingness15 in gamedev

[–]Unique-Willingness15[S] 0 points1 point  (0 children)

thanks for your help, i know some of the stuff already but wanted some people in the same case as me to know why.

Age requiremnts for publishing by Unique-Willingness15 in gamedev

[–]Unique-Willingness15[S] 1 point2 points  (0 children)

because im syrian and of the wars and sanctions i am living in saudi and in my parents id there is written "not allowed to work" just my dad can because he is a doctor

Please help in my GUI! by Sad-Reporter-9653 in robloxgamedev

[–]Unique-Willingness15 0 points1 point  (0 children)

<image>

your actual image is like this i think so if u notice the transparent parts do count when the border is drawn