local lp = game.Players.LocalPlayer local char = lp.Character function bypassTP(cf, t) local hrp = char.HumanoidRootPart local ts = game:GetService('TweenService') ts :Create( hrp, TweenInfo.new(t, Enum['EasingStyle'].Linear), { CFrame = cf } ) :Play() end while true do bypassTP(CFrame.new(-746, 0, -556), 1) game :GetService('ReplicatedStorage') :WaitForChild('Remotes') :WaitForChild('FinishRewardClaimed') :FireServer() wait(1) end