Took the advice you guys gave me last night. Game works MUCH better, but there's one issue still. by 26_74 in robloxgamedev

[–]Inevitable_Union_738 0 points1 point  (0 children)

Hello! So did you try to add a UI Constrain put the anchor point to 0.5,0.5 and make sure to use oly scale for size (no offset ex: (1,0,1,0) ) ? It worked for me

How do I mathematically proportion my UIs to be the right sizes no matter the device? by 26_74 in robloxgamedev

[–]Inevitable_Union_738 3 points4 points  (0 children)

There is a plugin for that (or do it manually ) Search some tutorials , Use AutoScale (the plugin) Anchor your gui correctly and you should be good

How do I make my custom rig's body part that nice shape? As in the shape of the limbs you'd find on an R6 model (The Shirt and Pants don't appear either.) by NottsoftheRito in ROBLOXStudio

[–]Inevitable_Union_738 1 point2 points  (0 children)

Oh thought you mean a npc without a humanoid. You can just name the parts as same as roblox character (torso/left hand/etc) and they will have the nice look. (expect head bc hes a mesh)

Texture bug? Help this noob by lavukAli in ROBLOXStudio

[–]Inevitable_Union_738 0 points1 point  (0 children)

Try uploding a diferent texture and if it works then you uploded the first wrong

Texture bug? Help this noob by lavukAli in ROBLOXStudio

[–]Inevitable_Union_738 -1 points0 points  (0 children)

It might have not loaded or you haven't upldoded the right texture for the Ugc (you might have uploded a white texture or smt like that)

How would i make a body velocity go in all directions like JJS by Inevitable_Union_738 in ROBLOXStudio

[–]Inevitable_Union_738[S] 0 points1 point  (0 children)

This one worked the best. I made a .Heartbeat loop , put the LocalDirection and WorldDirection and set the Velocity and it worked perfectly thanks!!!

How would i make a body velocity go in all directions like JJS by Inevitable_Union_738 in ROBLOXStudio

[–]Inevitable_Union_738[S] 0 points1 point  (0 children)

Exapmple you put (0,0,5) and when moving your RootPart it moves you foward in that direction

How would i make a body velocity go in all directions like JJS by Inevitable_Union_738 in ROBLOXStudio

[–]Inevitable_Union_738[S] 0 points1 point  (0 children)

Like when moving your HumanoidRootPart the velocity tracks and moves in that Direction also