local Camera = workspace.CurrentCamera
game.workspace:WaitForChild("Beginningcutscene")
game.workspace:WaitForChild("Beginningcutscene2")
Camera.CameraType = Enum.CameraType.Scriptable
local Part2 = workspace.Beginningcutscene
Camera.CFrame = Part2.CFrame
wait(3)
local Part3 = workspace.Beginningcutscene2
Camera.CFrame = Part3.CFrame
workspace.Beginningcutscene2.ding:Play()
wait(15)
game.workspace:WaitForChild("sillay")
local Part = workspace.sillay
Camera.CFrame = Part.CFrame
Instant Q&A: “is the camera in localscript” yes “is the camera in starterpack” yes
hey!
what is the intended purpose of this script
Make the player’s camera look at Beginningcutscene’s Cframe, after 3 seconds look at BC2’s Cframe, and after 15 seconds stare at Sillay’s Cframe
hi!
probably because you are doing game.workspace
you can use workspace
or game.Workspace
or game:GetService(“Workspace”)
yes i became aware of that ty
but that’s not the issue as i changed it to workspace.
WTF ??? just checked hte folder ingame and the parts are Suddenly deleted … ?
OK, found out my issue. It was the fact that they were way too far from the map so they deleted themselves.
system
(system)
Closed
#9
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.