Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://pastebin.com/raw/R5yimwnZ')))()
- local Window = OrionLib:MakeWindow({Name = "🤤 سكربت احلام العصر درجه اولى | فنتر لاند ⚔️", SearchBar = { Default = 'بحث قوائم في السكربت', ClearTextOnFocus = true }, HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "تنقل في ماب ⚔️",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "تنقل في تدريب (1) ⚔️",
- Callback = function()
- print("button pressed")
- --👇حط سكربت هنا👇--
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100, 50, -2800)
- end
- })
- Tab:AddButton({
- Name = "تدريب 2 (2) ⚔️",
- Callback = function()
- print("button pressed")
- --👇حط سكربت هنا👇--
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-500, 300, -2000)
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-500, 50, -6000)
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1000, 50, -3004)
- wait(0.9)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1000, 50, -3004)
- end
- })
- -- system | بعده جرب سكربت و راح تفهم اكثر
- -- system | بعده جرب سكربت و راح تفهم اكثر
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement