
Roblox Studio: Why isn't my values saving with datastore?
Oct 19, 2023 · Are you running the game in Studio? If so by default Roblox disables Studio access to DataStores, it is only recommended to disable this security feature if your game isn't …
lua - ClickDetector not detecting input - Stack Overflow
Jul 25, 2024 · Now, the more correct question to ask, is why it works in a brand new place, but not in the one that I'm currently working on. The ClickDetector works on the same door, same …
Roblox Studio Animation Not Playing - Stack Overflow
Sep 20, 2024 · So, I want to do the simple task of playing an animation on the player when you spawn in the game. I'm confused as to why it's not playing, because I ripped the script directly …
lua - buttons not responding in roblox studio - Stack Overflow
Aug 4, 2024 · Im making a main menu in Lua(Roblox Studio) and the start game/play button doesnt work i tried this code for the play button but the button wasnt responding local button = …
Proximity Prompt does not have errors but does not work
May 8, 2023 · This may seem very easy but I am a beginner in scripting Roblox. There are no errors but the proximity prompt wasn't working. I tried to use the print function to test but it did …
Roblox default animate script not working on NPC
Apr 14, 2024 · So I'm trying to use the default Roblox "Animate" client side script on an NPC and when I try it, none of the animations load at all When I try to run the game with the code, …
Cloned Tool doesn't work with it's script? (Roblox Studio)
Jul 19, 2023 · The Cloned Tool, when used, does NOT execute it's script. I have tried Youtube Tutorials and looking through the Roblox Development Forum. I am new to Roblox Studio …
Remote event not sending from client to server - Stack Overflow
Feb 14, 2024 · I am trying to make an announcement system in Roblox Studio using remote events to transmit the data but the remote events arent firing. Local Script (ADMIN): ...
Why is my Animation Not Working in Roblox Studio
Oct 3, 2021 · Why is my Animation Not Working in Roblox Studio Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 4k times
roblox - Both Chat:Chat () and TextChatService:DisplayBubble () …
May 17, 2024 · A surprising detail about TextChatService:DisplayBubble is that it only runs on client-sided scripts. This little detail was not under the DisplayBubble function documentation, …