The only thing I’m really checking for is if I’m missing something important.
I have the Viewport disabled by default. When I enable the viewport via script it will print and say its enabled but doesn’t show the viewport. When I say enabling viewport I essentially mean “Screen Gui”
TheEnd.OnClientEvent:Connect(function(killerReplay)
local DeadMan = game.StarterPlayer:WaitForChild("StarterCharacter"):Clone()
ReplayViewModel.Enabled = true
print("ReplayViewModel Is Enabled: ", ReplayViewModel.Enabled)
end)v