SHOW:
|
|
- or go back to the newest paste.
1 | -- Brock Script -- | |
2 | -- Its a huge rock golem, lol its cool -- | |
3 | -- Made by Immunidon [NOT THE SCRIPT] -- | |
4 | -- Local Script -- | |
5 | ||
6 | script.Parent=nil | |
7 | --- shortcuts | |
8 | v3 = Vector3.new | |
9 | cn = CFrame.new | |
10 | ca2 = CFrame.Angles | |
11 | mf = math.floor | |
12 | mran = math.random | |
13 | mrad = math.rad | |
14 | mdeg = math.deg | |
15 | ca = function(x,y,z) return ca2(mrad(x),mrad(y),mrad(z)) end | |
16 | mran2 = function(a,b) return mran(a*1000,b*1000)/1000 end | |
17 | ud=UDim2.new | |
18 | bn = BrickColor.new | |
19 | c3 = Color3.new | |
20 | ----- | |
21 | - | --Player='masterepico' |
21 | + | --Player='talocool' |
22 | Players=game:service'Players' | |
23 | Player=Players.LocalPlayer --[Player] | |
24 | PChar=Player.Character | |
25 | ||
26 | as,so={},{'metal','Block','Slash','Slash2','Hit','Kick'} | |
27 | as.corner='11294911' | |
28 | as.cone='1033714' | |
29 | as.ring="3270017" | |
30 | as.Chakram='47260990' | |
31 | as.ring2='18430887' | |
32 | as.blast='20329976' | |
33 | as.missile='10207677' | |
34 | as.fire='2693346' | |
35 | as.boom='3264793' | |
36 | as.slash='10209645' | |
37 | as.abscond='2767090' | |
38 | as.firelaser='13775494' | |
39 | as.diamond='9756362' | |
40 | as.metal='rbxasset://sounds\\unsheath.wav' | |
41 | as.Block = 'rbxasset://sounds\\metal.ogg' | |
42 | as.Slash = '10209645' | |
43 | as.Slash2 = '46760716' | |
44 | as.Hit='10209583' | |
45 | as.Kick='46153268' | |
46 | as.cast='2101137' | |
47 | as.rockhead= '21629626' | |
48 | as.rockheadt='21629620' | |
49 | ||
50 | ||
51 | for i,v in pairs(as) do | |
52 | if type(tonumber(v:sub(1,3)))=="number" then | |
53 | as[i]="http://www.roblox.com/asset/?id="..v | |
54 | end | |
55 | end | |
56 | ||
57 | LastMade=nil |