Advertisement
RyanDaCoder

derp

Aug 15th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local a = Instance.new("Part")
  2. a.CFrame = game.Players.LocalPlayer.Character['Left Leg'].Position
  3. a.BrickColor = BrickColor.new("Lily white")
  4.  
  5. local sound = Instance.new("Sound")
  6. sound.Name = "AHHH"
  7. sound.SoundId = "rbxassetid://314568939"
  8. sound.Parent = game.Workspace.Ryanawesome222.Head
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement