Hello! I'd a little bit of help with this...
--Script in ServerScriptService game.Players.PlayerAdded:Connect(function(plr) if plr:GetRankInGroup(8026683) >= 3 then local character = plr.CharacterAdded:wait() local ArmPosition = Vector3.new(character.RightLowerArm.Position) local eWatch = game.ReplicatedStorage.eWatch eWatch:Clone() eWatch.Parent = character.RightLowerArm eWatch:MoveTo(ArmPosition) end end)