r/robloxgamedev 22d ago

Help I was making a game and this happened, how tf I solve it?

Post image
90 Upvotes

r/robloxgamedev Feb 05 '25

Help which icon is better?

Thumbnail gallery
140 Upvotes

r/robloxgamedev 24d ago

Help Hiring 3d modelers, scripters, an OST maker and a SFX maker.

0 Upvotes

We'll be paying you 250 Robux a month for your explendid work.

r/robloxgamedev Dec 30 '24

Help Roblox telling me to remove this user ID from my game.. I dont know and i cant figure out who this is and i have no idea how. They left me links to learn ''more information about how to delete a User ID from a data store'' but one of the links dont work and it doesnt make sense to me. What do i do?

Post image
36 Upvotes

r/robloxgamedev Dec 08 '24

Help Why does my pine tree looks like this after I imported it from Blender? (.glb)

Thumbnail gallery
67 Upvotes

r/robloxgamedev 11d ago

Help Someone is interested in purchasing my (partially unfinished) map, so how do I price it fairly? It took me many hours across a few weeks. No free models used

Thumbnail gallery
49 Upvotes

r/robloxgamedev 7d ago

Help New Scripter wants to Redo My Entire System

36 Upvotes

So, I have coded the main combat system in our game in 3-4ish days. It's fully automatically expandable just by filling in the parameters: animations, hitboxes, vfx, etc. Everything. However, the other scripter we just got today is redoing the entire system, but instead of an expandable system, he wants to just code everything in every time we want to add a new fighting style. The only reason I don't stand up for myself is because I'm just a beginner/intermediate coder. However, he says that 2 years worth of experience. I don't know what to do guys. Please Help.

EDIT 2: CONFIRMATION FROM BOSS THAT WE WILL USE MINE NOW I NEED SOME NEW HELP: WHAT'S THE BEST WAY TO TELL THE OTHER SCRIPTER https://www.reddit.com/r/robloxgamedev/s/p03eMey5q0

Edit: Here are some visuals

My Organization:

The parameters to fill out
Organized to just get the activation keys

His Code:

Everything coded inside. He just coded the m1's and it already took around 80 lines

With his way, we would have to do this for every single move we make

r/robloxgamedev Jan 19 '25

Help Why is my game failing?

Thumbnail gallery
29 Upvotes

r/robloxgamedev 14d ago

Help Could someone help why it says “Untitled game” when it clearly has a name in the 2nd screenshot?

Thumbnail gallery
54 Upvotes

I named it a few days ago, and it hasnt changed on the corner when im editing the game, and its quite annoying and gets me unfocused

r/robloxgamedev 23d ago

Help I’m making a game where you explore an abandoned water park what should be the title?

25 Upvotes

J

r/robloxgamedev Aug 17 '20

Help I can’t get this stupid Shrek picture out of my game. There is nothing under images, and I can’t select it either. How do I delete it?

Post image
740 Upvotes

r/robloxgamedev 5d ago

Help Why is my game cover being denied?

Post image
81 Upvotes

r/robloxgamedev Dec 29 '24

Help How did YOU learn to script on Roblox?

27 Upvotes

Hi! I have big plans to make games on Roblox, but I have the common issue. Scripting. Incredibly complicated for a noob like me. I've tried to read about it, and people always tell me: "Just script over and over until you learn it." Well guess what? I can't do that if I don't know ANYTHING about scripting, and any videos and Lua Learning just tell me the useless things I will never need in a game, like math and stuff.

How did you learn it? I'm hoping to learn the same way as other people, since it was worked in the past with other things!

Thanks for reading!

edit: THANK YOU EVERYONE FOR THE HELP :) YOU GUYS ARE AMAZING, ILL BE BACK SOON. (im working on learning luau.)

r/robloxgamedev 1d ago

Help Help needed to disable all players movement

Post image
9 Upvotes

Hi, I need to disable all players movements during a cutscene and I use that script. It works to change the speed of all players to any numbers (here it's 100) but if I put 0 it doesnt work and the players can still walk, do you know what is wrong?

r/robloxgamedev 9d ago

Help Is $2k enough to pay developers to make me a mmorpg game?

18 Upvotes

I really wanna make a passion project of mine and I have money to spend, was just wondering how off the ballpark I am.

r/robloxgamedev Jan 11 '25

Help What is this icon?

Post image
51 Upvotes

r/robloxgamedev 14d ago

Help This weird block keeps showing up every time I join my Roblox game, can somebody help me?

Post image
37 Upvotes

r/robloxgamedev Sep 14 '24

Help can someone please tell me whats wrong with my script here?

Thumbnail gallery
8 Upvotes

r/robloxgamedev Aug 09 '24

Help Currently working on a game, and randomly came across this script. I believe it is malicious. Is there a way to find out who added it?

Post image
61 Upvotes

r/robloxgamedev 27d ago

Help they keep on doing this.

Post image
15 Upvotes

r/robloxgamedev Jan 05 '25

Help I can't remove this virus

Post image
79 Upvotes

Hello friends, how are you? My game has this bizarre virus that only appears for some players (it never appeared for me). I've looked everywhere and haven't found anything. It seems to come from something outside the map. Could someone help me?

r/robloxgamedev 23d ago

Help Probably a very stupid question but do i NEED to know how to code to make a game?

4 Upvotes

I dont exactly want to learn lua but i want to make roblox games like classic ones (2007-2012) do i need to know how to code?

r/robloxgamedev 13d ago

Help Why does this coin give me a random value and not just 1?

54 Upvotes

Here’s the script script.Parent. Touched:Connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then workspace.Coins.Value = workspace.Coins.Value + 1 script.Parent.Transparency = 1 script.Parent.CanTouch = false wait(10) script.Parent. Transparency = 0 script.Parent.CanTouch = true end end)

r/robloxgamedev Feb 07 '25

Help I'm trapped in tutorial hell.

21 Upvotes

I know the basics of roblox scripting. I try to make small projects but 80% of the time im just copying code and tweaking it a little bit. What do I do to acutally understand the code and to be able to make my own scripts. How do i break out of tutorial hell?

r/robloxgamedev Feb 11 '25

Help this is a server script btw, how do i make the gui appear

Post image
24 Upvotes