You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
Im making a “ViewModel effect” by positioning the arms relative to the camera in roblox -
What is the issue? Include screenshots / videos if possible!
for some reason the arms are appearing far away and not near the part
https://vimeo.com/850698930 -
What solutions have you tried so far? Did you look for solutions on the Hub?
I’ve tried using ToObject space instead but the same thing happens but its position negativly/behind the player, I also tried making a devfourm post but I abandodnd it after nobody had awnsers
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
-- this is linked to a renderstepped function on in camera module
newPart.CFrame = camera.CFrame:ToWorldSpace(CFrame.new(0,0,-2))
-- this part appears in the front of the screen for debugging
ArmRight.C0 = camera.CFrame:ToWorldSpace(CFrame.new(0,0,-2))
ArmLeft.C0 = camera.CFrame:ToWorldSpace(CFrame.new(0,0,-2))
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.