Coding Global Background
Coding Global

Question about this Lua coding

Archived 8 months ago
1 messages
2 members
Created 9 months ago
Updated 9 months ago
Open in Discord
B
Alcoholic Steve

Playing Custom Status

Verified
local RunService = game:GetService("RunService")

RunService.RenderStepped:Connect(function()
local char = game.Players.LocalPlayer.Character
if char and char:FindFirstChild("HumanoidRootPart") then
local offset = Vector3.new(math.random(-5,5)/10, 0, math.random(-5,5)/10)
char:Move(offset, true)
end
end)
I asked chatgpt to upgrade my script and this is what I got back is this good I'm out of town for a while so i won't be able to use this until I get back but any feedback that I get will be used thanks