I’m aware that Roblox Studio restricts the direct modification of thePivotproperty through a script. However, I know that thePivotTo()method can be used to work around this. The challenge is figuring out how to
There may be some situations in which a Roblox employee requests client logs through a Customer Care email or DevForum post to help investigate an issue. This article describes how to retrieve those logs. Note:Please only send these logs when requested to do so by a Roblox employee! How to...
If your repro file contains private content, you should DM it to theLogs / Crash Dumps / Other Bug Filesgroup.Include a link to the DM in your thread.This link is only viewable by Roblox employees How to create a repro placefile If you are seeing an issue that you can reproduce 100%...
How can I start learning about game testing right now? Do game testers get any bonus pay? Do game testers get any vacation or paid time off? Do companies provide the gaming hardware, or do I need to pay for them myself? What are the first steps to become a game tester? At a high...
Hello. How can I make the accessories adapt to the type and size of the player, recently the hats began to bug depending on the player’s body, but it doesn’t happen with all of them, only with the biggest ones, like the…
How do I convert a Humanoid’s MoveDirection (world space) to Camera space? I’ve tried to create so many equations but I can’t figure out a working one!1 个赞 azqjanna (azqjanna) 2023 年8 月 29 日 21:41 2 Try camera.CFrame:VectorToObjectSpace(moveDirection) Theres a good ...
I’m making a http request which returns a two dimensional array (string); and i tried to do HttpService:JSONDecode() but it says Can't Parse JSON, am i doing it wrong? or is there a way to decode a two dimensional array string into a table?
I’ve made progress all the way to the point of texturing, which is where I have come to a stop. I presume that texturing ViewModels is extremely difficult, due to the complexity of folds in the clothing. Here’s an example of what I want my Viewmodels to look like: ...
Being able to have better controls when starting a test server, such as being able to configure a port and whitelist local IPs to connect to the local running server would be an amazing thing! Could even just use the normal Roblox app and allow us to connect to a local server, though ...
This sketch I drew using this demo I threw together uses 2149 frames in total, a lot more than I was hoping it would use. My only idea/solution is to find a way to detect straight lines, but since drawing systems have existed on Roblox for a while I wanted to ask for help. ...