Advertisement
Kaduzinho_BR

Test

May 18th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. local tecks2 = Instance.new("TextLabel",naeeym2)
  2. tecks2.BackgroundTransparency = 1
  3. tecks2.TextScaled = true
  4. tecks2.BorderSizePixel = 0
  5. tecks2.Text = "Destroyer of Worlds"
  6. tecks2.Font = "Code"
  7. tecks2.TextSize = 30
  8. tecks2.TextStrokeTransparency = 0
  9. tecks2.TextColor3 = Color3.new(0,0,0)
  10. tecks2.TextStrokeColor3 = Color3.fromRGB(0, 0, 0)
  11. tecks2.Size = UDim2.new(1,0,0.5,0)
  12. tecks2.Rotation = 0
  13. tecks2.Parent = naeeym2
  14. end
  15.  
  16. sndid = "rbxasset//878702923"
  17. sndpi = .7
  18. saun = Instance.new("Sound",Head)
  19. saun.Volume = 1
  20. saun.Pitch = sndpi
  21. saun.SoundId = sndid
  22. saun.Name = "a"
  23. saun.Looped = true
  24. saun:Play()
  25.  
  26. dant = 0
  27.  
  28. Mouse.KeyDown:connect(function(key)
  29. key=key:lower()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement