0% found this document useful (0 votes)
30 views1 page

Netless Script for Roblox Movement

Uploaded by

wdgasterflower
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views1 page

Netless Script for Roblox Movement

Uploaded by

wdgasterflower
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

for i,v in next, game:GetService("Players").LocalPlayer.

Character:GetDescendants()
do
if v:IsA("BasePart") and [Link] ~="HumanoidRootPart" then
game:GetService("RunService").Heartbeat:connect(function()
[Link] = [Link](-30,0,0)
end)
end
end

game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Notification";
Text = "Netless Ran";
Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
Duration = 16;

You might also like