Questions tagged [roblox]
For questions about developing games for Roblox, an online multiplayer platform where users can design and play their own games.
51 questions
-1 votes
1 answer
88 views
0 votes
0 answers
48 views
Why is my equation within a loop only calculated at the start of runtime
I have a simple script that takes the value of an IntValue instance and multiplies it according to a formula, the result is then attached to a vector3. When I run the game however, the equation is ...
0 votes
1 answer
206 views
Roblox Studio: Holding down LeftControl as an in-game keybind activates Roblox Studio Shortcuts
I've been making a small experience within Roblox Studio recently and wanted to add crouching into the game. I used my (already functioning) code for sprinting and modified it to make a crouch button ...
1 vote
1 answer
169 views
How to properly split damage against armor?
I am developing a third-person shooting style game and I want to implement an armor system. The system that I have envisioned does not reduce the damage to 0, but by half. So the incoming damage is ...
0 votes
1 answer
149 views
Why does my Roblox game delete all parts when testing?
I'm working on a Roblox game, but whenever I test it, none of the parts I added in the game display in the Explorer or in the game itself. It works perfectly fine when I view it in the studio, though. ...
0 votes
1 answer
77 views
GUI TextButton fails to show emoji display when clicked
I want to create a GUI where, when I click a button, an emote display pops up, and when I click an emote, it closes. Currently, my display won't even show when the button is clicked. This is my code, ...
1 vote
0 answers
123 views
VR Controllers in Roblox Studio not working as expected
I am trying to create a Roblox game with VR support. My understanding is that this code should move the hands of the character as the user moves the controllers: ...
0 votes
1 answer
1k views
Attempt to call missing method - Lua (Roblox studio)
I am trying to develop a game in Roblox and I have am cannot call a method on a class that I created. I have added my steps below. I am certain the path to the model is correct and I think I have ...