#Camera CFrame not working

7 messages · Page 1 of 1 (latest)

hallow nestBOT
#

studio** You are now Level 2! **studio

crystal hatch
#

please just take a damn screenshot

#

or copy paste

worn cedar
#

and clean ya screen homie

#

local cam = Workspace.CurrentCamera your first line

worn cedar
#

Your definition for exitbutton points to it in StarterGui. You need to find it in PlayerGui. StarterGui is just the container on the server that holds the Guis that are copied to the client. Any changes on that StarterGui will not affect what any client sees, so that’s probably a reason your event isn’t bound to the exitbutton and nothing happens when you click it

#
-- Accessing PlayerGui from a LocalScript:
game:GetService('Players').LocalPlayer:WaitForChild('PlayerGui')