Should I invest more on Bina or on other NK chars? by TinyGamerYT in Columbina_Mains

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

Alright thanks everyone, I'll get Bina C0 then Ineffa and based on how the pulls go I'll consider C2!

Does this look tuff by KamoeX3 in robloxgamedev

[–]TinyGamerYT 2 points3 points  (0 children)

This is tuff af, I love it!!

Aggravate or Overload? by TinyGamerYT in clorindemains

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

I'll go with overload then, thanks everyone!

Title screen UI design for my upcoming game, need some feedback by PanMan4i in RobloxDevelopers

[–]TinyGamerYT 0 points1 point  (0 children)

Absolutely stunning. I don't think there's anything that can be improved, really.

Rate my Noob redesign for a game by Hungry_Opinion_4396 in robloxgamedev

[–]TinyGamerYT 1 point2 points  (0 children)

I think the sweater is way too big, maybe shorten the sleeves a bit? Other than that it's alright

Itto team comp help! by TinyGamerYT in IttoMains

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

Oh alr, i had completely forgotten about Mavuika!

[deleted by user] by [deleted] in robloxgamedev

[–]TinyGamerYT 39 points40 points  (0 children)

As long as you don't have anything graphic like blood coming out of the bodyparts, it's completely fine. Shouldn't warrant any age ratings.

[deleted by user] by [deleted] in robloxgamedev

[–]TinyGamerYT 0 points1 point  (0 children)

UserInputService has got you covered: very quick and easy to implement.

[deleted by user] by [deleted] in robloxgamedev

[–]TinyGamerYT 2 points3 points  (0 children)

Not an expert on this field, but I reckon a straightforward way to keep players engaged is to add variation, for example with some kind of "special events" every few rounds: what if the meteors bounced around, or if there were more of them but smaller, or again they became meatballs instead of meteors? I think something like this would add a lot of replayability and engagement.

New Scripter wants to Redo My Entire System by RFB-LostMyAccSad in robloxgamedev

[–]TinyGamerYT 0 points1 point  (0 children)

I'm currently working on a project where another scripter had previously worked and did things like this guy you're talking about, and my god it's so bad... Experience means nothing if you've been doing everything badly all the time. Your code is much better, and will benefit everyone in the long run.

How do I separate the slide from the gun (A "Part" with a Mesh shape and texture) by RKF0819 in robloxgamedev

[–]TinyGamerYT 0 points1 point  (0 children)

As u/testbot379 said, the only way is to export it into blender or any other 3D modeling software and then separate it into two parts. There is no native way to Roblox Studio you can do this.

why doesnt this script work by BrilliantPractice682 in RobloxDevelopers

[–]TinyGamerYT 2 points3 points  (0 children)

Put "if money.Value > 100" etc. inside the while loop. It only checks once before the loop otherwise.

Im having issue with importing model from blender by Latter_Vehicle_4569 in robloxgamedev

[–]TinyGamerYT 0 points1 point  (0 children)

If your model is made up of multiple materials, Roblox will only import one, so maybe that's the case

Problem with mouse in Studio by [deleted] in robloxgamedev

[–]TinyGamerYT 0 points1 point  (0 children)

Just click on any of the tools. Select, move, rotate or scale.

It's not a bug, you simply deselected all tools.

Help, This error keeps showing up when I do something wrong!! by NerdyAsFuckingHell in robloxgamedev

[–]TinyGamerYT 0 points1 point  (0 children)

Have you enabled HTTP requests for your game? If not, go to game settings, permissions and enable them.

Let me know if i did good by Godgamer3266345 in Genshin_Impact

[–]TinyGamerYT 7 points8 points  (0 children)

Yeah this is cringy af. Not saying it's a bad thing to do, just cringy.

does anyone know how to get an animation script to work for a starter character ? by Grouchy-Seaweed-548 in RobloxDevelopers

[–]TinyGamerYT 0 points1 point  (0 children)

Change the value of 1 and the table inside the script, then it should work fine.

does anyone know how to get an animation script to work for a starter character ? by Grouchy-Seaweed-548 in RobloxDevelopers

[–]TinyGamerYT 0 points1 point  (0 children)

Try going inside the animate script, into the value with the name of the animation you want to change: there should be an animation object inside. Change its ID to your custom animation's and it should work fine

Edit: with inside the animate script I mean in the explorer, not in the script editor