I cant do it! Im tring to make a ragdoll control script with my freind!
game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key) if key == "w" then script.Parent.roll.AngularVelocity = Vector3.new(0,20,0) else script.Parent.roll.AngularVelocity = Vector3.new(0,0,0) end end)
local or global tell me