View difference between Paste ID: sjtimcya and UhTxfvMd
SHOW: | | - or go back to the newest paste.
1
wait(1)
2-
local Player = game.Workspace.Player1 --REPLACE "Player1" TO YOU NAME ROBLOX!
2+
local Player = game.Workspace.noobkiler5--REPLACE "Player1" TO YOU NAME ROBLOX!
3
4
local ht = Instance.new("Hat", game.Workspace)
5
ht.Name = "DogeSun"
6
ht.AttachmentPos = Vector3.new(0, 0.4, 0.3)
7
local hndle = Instance.new("Part", ht)
8
hndle.Name = "Handle"
9
local mesh = Instance.new("SpecialMesh", hndle)
10
mesh.MeshId = "http://www.roblox.com/asset/?id=151778863"
11
mesh.TextureId = "http://www.roblox.com/asset/?id=151778895"
12
13
local d = Instance.new("Decal", hndle)
14
d.Texture = "http://www.roblox.com/asset/?id=309986683"
15
16
wait(1)
17
18
ht.Parent = Player