I really need help with system what i have for obby.
Need fix problem in Arrow system.
When i touch cp arrow is placed in top on next to know how players go, but when you touch some “kill” brick and die this arrow is cloned in some bad position 2x.
I would recommend making your arrow in another way, like using a beam. This does sound like a roblox studio bug, or it could just be in your script. Try the way I suggested above, and see if that fixes the issue. If it doesn’t you should post about this issue in Studio Bugs.
For your second issue, Just use HumanoidRootPart.CFrame = CFrame.new(HumanoidRootPart.Position, Part.Position)
EDIT: I had the same kinda issue as seen in problem 1, I made a hologramblock and it appeared twice, Once where its supposed to be and once where it originated from.
EDIT2: The first problem, Was that i had cloned the hologram locally and put it in the character, This would somehow duplicate it…