Coords Finder V2 | clean coords finder gui | generate tween and teleport scripts

Uploaded On
Script Credit :- garfield#9172
Features

generate tween and teleport scripts

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

game.Players.LocalPlayer.DisplayName="User"local a=loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Orion/main/source'))()local b=a:MakeWindow({Name="coords finder v2"})local c=b:MakeTab({Name="Main",Icon="rbxassetid://6031302918",PremiumOnly=false})local d=c:AddLabel("Position: "..tostring(math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X))..", "..tostring(math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y))..", "..tostring(math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z)))spawn(function()while task.wait()do d:Change("Position: "..tostring(math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X))..", "..tostring(math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y))..", "..tostring(math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z)))end end)c:AddButton({Name="Copy Position",Callback=function()setclipboard(tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.Position))a:MakeNotification({Name="Copied",Content="Position copied to clipboard",Image="rbxassetid://6023426945",Duration=5})end})c:AddButton({Name="Generate Teleport Script",Callback=function()local e=tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)setclipboard("game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new("..e..")")a:MakeNotification({Name="Copied",Content="Teleport script copied to clipboard",Image="rbxassetid://6023426945",Duration=5})end})local f;c:AddSlider({Name="Tween Time",Min=0,Max=50,Default=3,Increment=0.5,ValueName="Seconds",Callback=function(g)f=g end})c:AddButton({Name="Generate Tween Script",Callback=function()local e=tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)setclipboard('tweenService, tweenInfo = game:GetService("TweenService"), TweenInfo.new('..f..', Enum.EasingStyle.Linear)\ntweenService:Create(game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart, tweenInfo, {CFrame = CFrame.new('..e..')}):Play()')a:MakeNotification({Name="Copied",Content="Tween script copied to clipboard",Image="rbxassetid://6023426945",Duration=5})end})

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors