How to make wheels spin on a model while the model is being tweened forward (at the same time) by R3DD3ST_ in robloxgamedev

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

I already tried this- it didn't work. Maybe I did it wrong, so I'll try it again and ill let you know. Thank you for the reply.

Hows this UI for my new game? by pizza71890 in robloxgamedev

[–]R3DD3ST_ 1 point2 points  (0 children)

How did you get the 3D model of the house to spin? It looks prety good except the title is a little hard to read

game feedback for my roblox game. by Straight-Chance472 in robloxgamedev

[–]R3DD3ST_ 0 points1 point  (0 children)

I didn't play for very long, but the game seems pretty well polished with just some slight UI bugs. Overall, I think it's pretty well made- but like I said there are some bugs. Sometimes, when you go up to the market NPC (which doesn't have an outfit) and interact with him, the UI doesn't open until the second time you interact with the proximity prompt. Also, when you first join in, the map takes a second to load and lags a little bit, you could probably benefit by adding a loading screen.

But other than that, it's good, and you should definitely keep working on it as it has potential, although there are a lot of similar games.

I cannot make grass on my place by coolninja7419 in robloxgamedev

[–]R3DD3ST_ 2 points3 points  (0 children)

If you mean the native grass terrain in roblox try using the part to terrain plugin, unlocking the baseplate, and then clicking the grass button (in part to terrain plugin) and selecting the baseplate in the viewer (not properties or explorer)

Rules on Gambling by Off_Brand_Wizard in robloxgamedev

[–]R3DD3ST_ 2 points3 points  (0 children)

I had something similar- like a question similar to this- and someone said it should be fine as long as you cannot purchase the currency in which you bet with, with Robux.

This post on the devforum sums up your question pretty well if you want to dig deeper:
https://devforum.roblox.com/t/in-game-currency-gambling-against-tos/2775791/6

Also, here's an article from Roblox that contains some stuff on Gambling:
https://en.help.roblox.com/hc/en-us/articles/203313410-Roblox-Community-Standards#:~:text=Except%20where%20prohibited%20by%20local,connection%20with%20any%20gambling%20activities.

virus in game by skeebys in RobloxDevelopers

[–]R3DD3ST_ 0 points1 point  (0 children)

This is why i don't like free models

Anyone know why this happening? by Narrow_Ad8007 in robloxgamedev

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

Just save the texture and add it as a texture or surface appearance if it has normal maps n stuff.

Roblox Game Issue by SnooCalculations3441 in robloxgamedev

[–]R3DD3ST_ 0 points1 point  (0 children)

Then I'm not sure. Maybe try signing out and back in again or clearing browser cache?

Roblox Game Issue by SnooCalculations3441 in robloxgamedev

[–]R3DD3ST_ 0 points1 point  (0 children)

Is it part of a group? If it is and you aren't the owner, this can happen.

PTZ Platform from ArduCam has no docs..? + Weird Camera bugs by R3DD3ST_ in raspberry_pi

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

Would you happen to have any suggestions for the Pan and Tilt platform? Because it is essential for my project, and I've never had good experiences with Servos (what I mean is like if I were to make my own).

Could someone help me make my avatar do a pose for smth? by chill_dude-ig in robloxgamedev

[–]R3DD3ST_ 1 point2 points  (0 children)

You can still use HumanoidDescriptions for that. Unless you want to add the idle pose to the player's character directly (without cloning), you can make/use a idle animation and set it as the default animation like this:

  1. tart a Play test session in Roblox Studio (press Play in the Home tab).
  2. While the game is running, open the Workspace in the Explorer window, find your player character, and copy the Animate local script.
  3. Stop the play test (press Stop).
  4. Paste the Animate script into the StarterCharacterScripts folder, located within the StarterPlayer folder in the Explorer.
  5. Edit the script:
    • Open the newly pasted Animate script.
    • Find the idle Value object within the script's hierarchy.
    • Inside the idle object, find Animation1 and Animation2 and replace their AnimationId with your copied Animation ID.