ADVERTISEMENTREMOVE ADS
Game icon

OP AUTO WIN SCRIPT XD

Slide Down Simulator
11 months ago
Script preview thumbnail
Script Preview

Description

im just making scripts for random ahh games hope you enjoy lol and join the discordddd

https://discord.gg/5c9D3VD7se

ADVERTISEMENTREMOVE ADS
32 Lines • 900 Bytes
Verified
Raw
repeat wait() until game:IsLoaded()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local replicatedStorage = game:GetService("ReplicatedStorage")
local partToTeleportTo = workspace:FindFirstChild("__MAP"):FindFirstChild("Areas").Ocean.Win.Win
local function invokeEvent()
local args = {
[1] = "S_Slide_Mount",
[2] = {
[1] = "Rainbow"
}
}
replicatedStorage:WaitForChild("Common"):WaitForChild("Library"):WaitForChild("Network"):WaitForChild("RemoteFunction"):InvokeServer(unpack(args))
end
if partToTeleportTo then
local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
while true do
invokeEvent()
humanoidRootPart.CFrame = partToTeleportTo.CFrame
wait(0.1)
end
else
warn("Target part not found!")
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS