MADE BY dotaz
FEATURE:
- Wait till it’s night and then execute it. It will teleport you to muzan.
GAME LINK:
PROJECT SLAYERS
SCRIPT:
local cf = CFrame.new(game:GetService("Workspace").Muzan.SpawnPos.Value)
local tween = game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(10), {CFrame = cf})
tween:Play()