#No charakter ingame
1 messages · Page 1 of 1 (latest)
how can I turn this off?
thanks
Doesnt work really because I made a camera script and that combined doesnt work
Where is the script stored?
in starter gui
local camera = game.Workspace.CurrentCamera
function UpdateCamera()
camera.CFrame = game.Workspace.MenuCamera.CFrame
end
game:GetService("RunService").RenderStepped:Connect(UpdateCamera)
script.Parent.MainFrame.Play.MouseButton1Down:Connect(function()
workspace.Sound:WaitForChild("Click"):Play()
camera.CameraType = Enum.CameraType.Custom
script.Parent.MainFrame.Visible = false
script.Enabled = false
end)```
thats the camera + playbutton script
Then it'll never run
In this case just load character
But put it far far away
And then make it useable after press
ok...