#Camera CFrame not working
7 messages · Page 1 of 1 (latest)
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')
** You are now Level 2! **