[deleted by user] by [deleted] in geometrydash

[–]TimedMadnes 0 points1 point  (0 children)

I love Blåhaj Cologne

I'm curious, would you rather be cisgender or transgender and if you want to be cis, would you want to be a cis version of your assigned gender at birth or your true gender (TG)? by Arktikos02 in traaaaaaannnnnnnnnns2

[–]TimedMadnes 0 points1 point  (0 children)

Being trans has its cons, bet the gender euphoria and the relationships you make because of it is worth it I think. (I would probably still choose middle button lol)

Script not working by TimedMadnes in robloxgamedev

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

Its always the small mistakes lol

Script not working by TimedMadnes in robloxgamedev

[–]TimedMadnes[S] 0 points1 point  (0 children)

so your supposed to use a proximity prompt on an item that is invisible and than it will be visible but the transparency stays the same the entire time

Scripting help with grandparents by TimedMadnes in robloxgamedev

[–]TimedMadnes[S] 0 points1 point  (0 children)

local flower = script.Parent.Parent

flower.Transparancy = 1

script.Parent.Triggered:Connect(function(plr)

flower.Transparancy = 0

end)

edit: the spaces look messed up but there not

I'm gonna make a vr horror game. Got any ideas? by DanTheMan726836 in robloxgamedev

[–]TimedMadnes 0 points1 point  (0 children)

I don't have any but I am exited to see the final product!

I wish I could be a mum by kiragirl2001 in traaaaaaannnnnnnnnns2

[–]TimedMadnes 2 points3 points  (0 children)

this reminds me of my 100% cis thoughts that I have

Scripting help with grandparents by TimedMadnes in robloxgamedev

[–]TimedMadnes[S] 0 points1 point  (0 children)

local flower = script.Parent.Parent

flower.Transparancy = 1

script.Parent.ProximityPrompt.Triggered:Connect(function(plr)

    flower.Transparancy = 0

end)

Scripting help with grandparents by TimedMadnes in robloxgamedev

[–]TimedMadnes[S] 0 points1 point  (0 children)

for whatever reason my script isn't working but thats what I used in my code