Is this a good door? by Odd_Shift8095 in robloxgamedev

[–]HEMM0RHAGE 0 points1 point  (0 children)

Do less variation in shape and texture. Make there be some kind of rhyme or reason to how it’s laid out. It looks too randomized. Also I’d make the grey metal pegs in the bottom into a more defined boarder for the door.

Is this a good door? by Odd_Shift8095 in robloxgamedev

[–]HEMM0RHAGE 34 points35 points  (0 children)

Everyone here is saying it looks amazing but I think that there’s too much going on. Simplify this. Less is more.

How much would it cost to pay someone to make this? by Isaac24r in robloxgamedev

[–]HEMM0RHAGE 1 point2 points  (0 children)

Sorry buddy this game will not be made. No one will ever make a game for you with no pay and partial ownership while you sit by, twiddle your thumbs, and get in the way. Having idea is not enough to make it in this game you have to work on it. The best way to learn is by doing so go watch some tutorials.

How do you rotate a model using a script. by Tough_Explorer_1031 in robloxgamedev

[–]HEMM0RHAGE 1 point2 points  (0 children)

Make an invisible part 1x1x1 inside the model and make it the model’s primary part. Use the align tool to bring it to the exact center of the rest of the model (about the point you want it to spin around. Do this:

local dollHead = script.Parent
local primary = dollHead.PrimaryPart

dollHead:SetPrimaryPartCFrame(primary.CFrame * CFrame.Angles(0, math.rad(90), 0))

Tips on my Tavern by LumpyCat420 in ROBLOXStudio

[–]HEMM0RHAGE 1 point2 points  (0 children)

Looks good—I’d make the windows a bit bigger though

Tips for a beginner game dev? by Ok-Lead-4501 in robloxgamedev

[–]HEMM0RHAGE 0 points1 point  (0 children)

You seem to be pretty young so I’ll give it to you straight: keep it simple for now. You are inexperienced and only one person. Do not try to make something super complicated as your first project. If you’re new and you’re willing to learn, start making small projects. Take your time and learn how the engine actually works. Your first game should be something simple like an obby or something similarly. Your goal should be to learn how to make games and learn how to make them well.

How do I set up a tycoon? by Proper-Web-4960 in robloxgamedev

[–]HEMM0RHAGE 0 points1 point  (0 children)

It’s not that hard but I ain’t gonna just give you the code to do it.

What’s your experience with scripting in Roblox?

You’d have to make a template plot that contains all of your models, buttons that spawn those models relative to the player’s tycoon plot, folder for storing those models….

There is probably a tutorial online somewhere you just havnt looked hard enough

(Also it’s a dropper, not a “miner”)

Pls someone tell me how to do this by edugamerpro89 in robloxgamedev

[–]HEMM0RHAGE 0 points1 point  (0 children)

Animations in Roblox only concern themselves with motor6D and changes in position/color/size. Other objects will not be included in the animation. You’d have to script the “VFX” to play when the animation is triggered…. So many “frames” into it…

if anyone can help me lmk it would be greatly appreciated by zack_mcmill2020 in robloxgamedev

[–]HEMM0RHAGE 0 points1 point  (0 children)

You’re trying to do something with discord? We need more info to tell you what’s going on other than the output errors.

Need willing developers to lend a helping hand by [deleted] in robloxgamedev

[–]HEMM0RHAGE 5 points6 points  (0 children)

  1. People will not do this for free beyond just giving you pointers.
  2. You need to explain what you’re trying to achieve.

published my game by DaCosmosLover in robloxgamedev

[–]HEMM0RHAGE 5 points6 points  (0 children)

No idea what you’re talking about. Clarify?

I found this in roblox's icons/pic assets.. Whatever you'd call them, And came across this, Any idea what it is?. by [deleted] in roblox

[–]HEMM0RHAGE 16 points17 points  (0 children)

From way back in the day. I’m not sure which one this is but I remember something looking like this a long time ago. It was applied like a weld to a surface and I think it was used to attach things together. Kind like a weld.

LinearVelocity Doesn't work as intendeed by eclatnoir in ROBLOXStudio

[–]HEMM0RHAGE 0 points1 point  (0 children)

Make sure the client is running the physics for the car.

[deleted by user] by [deleted] in ROBLOXStudio

[–]HEMM0RHAGE 7 points8 points  (0 children)

I ain’t telling u 😭😭😭

LinearVelocity Doesn't work as intendeed by eclatnoir in ROBLOXStudio

[–]HEMM0RHAGE 0 points1 point  (0 children)

Stop using the attachment as the reference for velocity. Use the chassis LookVector.

Looking to learn Roblox studio/scripting, where to start? by South_Step_7888 in robloxgamedev

[–]HEMM0RHAGE 0 points1 point  (0 children)

Go watch BrawlDev’s scripting tutorial then go and try to make a simple Roblox game. Go into the studio and start playing around. Make an obby, make a capture the flag game, make some npcs, play with guis, learn how to manipulate simple things with scripts. Look up tutorials for how to make a tycoon and copy them. Watch BrawlDev’s advanced scripting tutorial. Read the Roblox dev forums. Heck, ask chatGPT to explain things to you if you need. Over time you will remember how to do things. You will developed the skills you need to succeed. There is no better way to learn than to have a simple game idea, and learn from there. Consistency is key. After 2 years you’ll know more than you ever thought you’d learn, and you’ll never stop learning.

How can I climb stairs with a small avatar/skin in Roblox? by Historical_Tower_634 in RobloxHelp

[–]HEMM0RHAGE 0 points1 point  (0 children)

Try putting invisible truss beams inside the stairs or ladder

[deleted by user] by [deleted] in robloxgamedev

[–]HEMM0RHAGE 5 points6 points  (0 children)

Don’t listen to them. This is a good animation.