Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
32 views

Can't Stop Punching

My punching Animation Won't stop as once I press M1(LeftClick) it just keeps on punching and won't stop so I'm trying to get the animation to only play when I punch once and than once I press it once ...
Shadow shadow.v's user avatar
2 votes
0 answers
27 views

How can I implement a D-Pad movement for console?

I'm making a 2.5D obby and I want to implement D-Pad movement because most people with thumb sticks have stick drift and so I wanted a way for them to play without worrying about uncontrollable ...
Exauce John B.'s user avatar
0 votes
0 answers
37 views

Roblox Tower Placement System Causes Towers to Jump and Float

I'm designing a tower defense game on Roblox with Roblox Studio and am currently experiencing issues with the placement system. There is a button on the screen with the text Place Unit, which for ...
O5 Command Stands With Ukraine's user avatar
0 votes
0 answers
22 views

Why does my Roblox Ui text label sometimes randomly say "100.00M" instead for the correct variable?

I generaly new to Roblox scripting and scripting and general. I am trying to make a clicker game so I made a auto clicker option for players to buy. One is a fast version and one is a regular verison. ...
Rayan Soufiani's user avatar
1 vote
1 answer
61 views

How to remove function from "for" in Roblox Studio?

I have a code and I want the function to be on top, not in the loop itself. How do I do that? local blocks = workspace.test:GetChildren() for indx, obj in pairs(blocks) do obj.Touched:connect(...
user588818's user avatar
1 vote
1 answer
40 views

Calling an event with a delay in Roblox Studio. How to do?

I have a script so that when I touch a cube it takes away its HP local HP = cube.Healthbar local function Healtbar() do HP.Value = HP.Value - 5 end cube.Touched:Connect(Healthbar) But HP is ...
user588818's user avatar
1 vote
1 answer
56 views

Turn off Default R15 Fall Animation in flight mode in RobloxStudio with the programming language Lua

I am developing a game in Roblox Studio and while scripting I found a problem I can't seem to fix. I have attempted several times to disable the default Fall R15 Animation while in flight mode, which ...
Nemesis _343's user avatar
1 vote
1 answer
215 views

I am getting a Data Store error in Roblox Studio that fails my data store. I have enabled studio access to API services

I made this simple datastore script that should load the datastore and add the values to your leaderstats. It fails at line 29, which is marked in the script. What am I doing wrong? local dts = game:...
Ghulam Muhammad's user avatar
0 votes
1 answer
56 views

Figuring out how to make tool work as expected

Hello I am trying to make a pickaxe tool that when it is activated on a gray part called Coal, it generates cash but im having problems with it because it only works if i move on and off the "...
BogoBob273's user avatar