Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.f = 90 -- Strength of the force applied to the bowling ball
- -- 100 ^ A bit unnatural
- _G.aim = Vector3.new(0, 0, -1) -- The aiming direction for the bowling ball
- -- Professional physics collision angle between -1 and 1
- -- In short, I am currently right-handed.
- _G.rot = Vector3.new(84, 8, -90) -- The impact rotation angle of the pins
- -- The main purpose is to improve the strike without missing any
- loadstring(game:HttpGet("https://gist.githubusercontent.com/Nothingnesser1/519b098bf7ef0d162330f92a69d6a3ea/raw/4ebc4d4d9794eb99c09198453d250d8705c70c2d/Bowling%2520100%2525%2520strike"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement