Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Argument 1 missing or nil error keeps occuring? {[FIXED!]}

Asked by 3 years ago
Edited 3 years ago

server script :

script.Parent.RemoteEvent.OnServerEvent:Connect(function(Player, Plr)
    while true do
    workspace:FindFirstChild(Plr.Name):FindFirstChild("HumanoidRootPart").CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0.1,0.0,0) wait() end
end)

local script :

script.Parent.MouseButton1Down:Connect(function()
    script.Parent.RemoteEvent:FireServer(script.Parent.Parent.TextBox.Text)
end)
0
what is it supposed to do lmao WideSteal321 773 — 3y
0
it's supposed to spin the player's character lmao IEntity_303I 80 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

I LITTERALLY PUT ANOTHER .NAME LOL fixed my issue btw...

Ad

Answer this question