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

Questions tagged [roblox-studio]

Roblox Studio is an all-in-one IDE that lets you create experiences that run on Roblox in Lua. It's free to use and has scripting, building, playtesting, and publishing tools as well as support for plugins. Use this tag for questions about the Roblox Studio IDE itself.

roblox-studio
-2 votes
1 answer
26 views

Having trouble showing a ScreenGUI by clicking a Part in the workspace

Can anybody tell me why this is not working? I used a similar script for closing the GUI but when prompted it will not open or make any sound.Screenshot I need this really soon too 😬😬😬 please help ...
Gill P's user avatar
  • 1
-1 votes
1 answer
31 views

StarterGUI won't fill screen

ROBLOX STUDIO: I'm trying to make a full-screen menu for the player to buy things off but I'm finding that when I put a frame as a background then the GUI shuffles down to accommodate the built-in ...
Gill P's user avatar
  • 1
0 votes
1 answer
60 views

How to spawn part 35 studs in front of player, facing same direction as player?

I'm trying to spawn a wall in front of the player, 35 studs out, and perpendicular to their view (so the wall is flat in front of them). When I spawn the wall, it doesn't show up in the correct spot ...
DaNewbyGamer's user avatar
0 votes
2 answers
48 views

Cloning classes with obj.__index = self in lua. Why do we need the other one?

I saw a lot of coders do this when init new table, set __index to itself. Why? local Backpack = {} Backpack.__index = Backpack To clone we still use obj.__index = self So why do we need the ...
Alexey Tseitlin'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
1 answer
97 views

Getting over the roblox leaderstats intvalue limit

I am making a game that requires a large amount of values, I have it so there are two values: StringValue and IntValue. The intvalue holds the number of the clicks that the player has and then the ...
StqrLost's user avatar
1 vote
1 answer
61 views

How to change gravity? official documentation is not working

The example from the official documentation is not working when adding it to ServerScriptService https://create.roblox.com/docs/reference/engine/classes/DataModel local Workspace = game:GetService(&...
Alexey Tseitlin's user avatar
0 votes
0 answers
56 views

How do I destroy a part when it touches another part?

I'm trying to script a Roblox game. The aim for now is when I click the "AttractButton" the Object should attract towards player's location and stop 4 studs away. On the other hand, clicking ...
vinny9592's user avatar
0 votes
2 answers
126 views

Is there a way to use/a workaround for http requests in a localscript in Roblox?

I'm making a roblox game, and am using a localscript to handle some of the ui stuff. I need to use an http request to grab the contents of the local players' inventory (not in-game inventory, but the ...
TheLemon27's user avatar
0 votes
1 answer
66 views

HumanoidRootPart not a valid member of Character RBLX

It's a simple local script where I clone the local player's character and place it into my viewport frame However, when trying to access the member "HumanoidRootPart" (which is usually there ...
send help please's user avatar
0 votes
1 answer
40 views

Attempt to index nil with position drops

The error: ReplicatedStorage.Modules.Drops:35: attempt to index nil with 'Position' The line: if (Character.PrimaryPart.Position - Drop.PrimaryPart.Position).Magnitude < 10 and Drop.CanCollect....
yeshua zijderveld'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
1 answer
41 views

Roblox Studio Lua: Variable changing without being referenced

This is my module script: local phases = {} local function getRoleAssignments(playersToAssignRoles, roles) --Assigns a random player to each role then removes player from list so player can't ...
boombuster2000's user avatar
0 votes
0 answers
41 views

UI Tween incorrect Positioning, Luau Roblox Studio Ui

I've been trying a lot of ways, it was way worse, it made the pawns disappear and then appear only at the tween complete, so yeah, but now its simpler, so can you help me, I've been reading through ...
Hamoodi youtube's user avatar
0 votes
0 answers
30 views

Why are the buttons in the “VIEW” tab not active?

Why are the “toolbox” and “terrain editor” buttons not active and how to enable them? I tried to click on the inactive buttons, but quite expectedly the windows do not appear, even restarting the PC ...
user25230196's user avatar

15 30 50 per page
1 2
3
4 5
9