I turned the second part to show that I can rotate the segments correctly with my script but I can’t move them toward the right spot as you can see on line 4 of the script. I have tried searching for solutions based on which way the checkpoint is facing but I couldn’t find ...
For the camera tilt bug it might be a scripting problem or a glitch I don’t know yet but send it to the DM of Roblox administrators RobloxHasTalentR(LOLLLLLLLLL_1)2024 年5 月 20 日 05:11#5 local lookAtCFrame = CFrame.new(Vector3.new(-35, 21, 49)) cam.CFrame = lookAtCFra...
PivotTo / SetPrimaryPartCFrame Here’s my code snippet (part of a much bigger script): RunService:BindToRenderStep("PlacementSession", 1, function() local CFramePosition = Player.Character.PrimaryPart.CFrame local GridRotation = self.Grid.CFrame.Rotation local FinalRotation = self.Rotation -...