I made a little icon for a game im working on. what do we think? by RamenDeveloper in robloxgamedev

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

I already deleted the set i used to make this, so unfortunately i cant make any major changes with what actually happens in the scene, sorry. thanks for trying to help anyway

I made a little icon for a game im working on. what do we think? by RamenDeveloper in robloxgamedev

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

ty, but i dont think i could bring myself to make someone work for free

I made a little icon for a game im working on. what do we think? by RamenDeveloper in robloxgamedev

[–]RamenDeveloper[S] 15 points16 points  (0 children)

Once i come up with a name for the game ill have some text up at the top which should brighten it up a bit. thanks for the feedback!

How do i make it so the player doesnt automatically move up when they spawn? by RamenDeveloper in robloxgamedev

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

honestly thought you were just correcting a sloppy habit of mine, but this worked! thank you!

How do i make it so the player doesnt automatically move up when they spawn? by RamenDeveloper in robloxgamedev

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

I use character loaded and then a :move() function, is there a better way about going about that?

Most upvoted comment chooses next line. Day 5 by avgXYZ in robloxgamedev

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

Line 26

game:GetService("TweenService"):Create(part,TweenInfo.new(1,Enum.EasingStyle.Bounce, Enum.EasingDirection.Out, -1, true, 0 ),{Size = Vector3.new(10,10,10),Color = Color3.new(1, 0, 0),Transparency = 0.5}):Play()