Plates Of Fate: Remastered SNOWFLAKE TELEPORT

Created by soul ties

Features:

  • SNOWFLAKE TELEPORT
    • Click K to teleport
local initialPosition = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
 if KeyPressed == "k" then
   for i,v in pairs(workspace.GameDebris:GetChildren()) do
     if v:IsA("Part") and v.Name == "WinterBreezeSnowflake" then
       game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame

       wait(0.4)

       game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = initialPosition
     end
   end
 end
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!