Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plrs = game:GetService'Players'
- local target = "Jack_Hase"
- ------------------
- local lplr = plrs.LocalPlayer
- local CameraOutfit = Instance.new("SpecialMesh", lplr.Character.Torso)
- CameraOutfit.MeshId = "rbxassetid://703305403"
- CameraOutfit.TextureId = "rbxassetid://703305926"
- CameraOutfit.Scale = Vector3.new(0.02,0.02,0.02)
- lplr.Character["Right Arm"].Transparency = 1
- lplr.Character["Left Arm"].Transparency = 1
- lplr.Character["Right Leg"].Transparency = 1
- lplr.Character["Left Leg"].Transparency = 1
- lplr.Character.Head.Transparency = 1
- --[[local BuzzNoise = Instance.new("Sound", lplr.Character.Head)
- BuzzNoise.SoundId = ""
- BuzzNoise.Volume = 1
- ]]--
- local ok = plrs[target]
- local lplr = plrs.LocalPlayer
- game:GetService'RunService'.RenderStepped:Connect(function()
- local idk2 = CFrame.new(lplr.Character.PrimaryPart.Position,ok.Character.PrimaryPart.Position)
- local idk = idk2-Vector3.new(0,idk2.Y,0)+Vector3.new(0,lplr.Character.PrimaryPart.Position.Y,0)
- lplr.Character:SetPrimaryPartCFrame(idk)
- end)
Add Comment
Please, Sign In to add comment