Why Event:FireAllClients() doesn't work?
02 | local MPS = game:GetService( "MarketplaceService" ) |
03 | local rep = game:GetService( "ReplicatedStorage" ) |
04 | MPS.PromptGamePassPurchaseFinished:Connect( function (plr,ido,purchased) |
05 | if purchased and ido = = 19415887 then |
06 | rep.Events.FAS:FireAllClients() |
10 | game.ReplicatedStorage.Events.FAS.OnClientEvent:Connect( function () |
12 | local char = workspace [ "DRIP ARMOR" ] |
13 | local hum = char:FindFirstChild( "Humanoid" ) |
15 | local camera = workspace.CurrentCamera |
16 | camera.CameraType = Enum.CameraType.Scriptable |
18 | camera.CFrame = workspace.CameraPos.CFrame |
Script is working, but event doesn't work